summaryrefslogtreecommitdiffstats
path: root/eshtrans/main.esh
diff options
context:
space:
mode:
Diffstat (limited to 'eshtrans/main.esh')
-rw-r--r--eshtrans/main.esh8
1 files changed, 6 insertions, 2 deletions
diff --git a/eshtrans/main.esh b/eshtrans/main.esh
index 0177774..b637695 100644
--- a/eshtrans/main.esh
+++ b/eshtrans/main.esh
@@ -102,6 +102,10 @@ main()
#try '# foo' 'bar'
#try '' 'foo'
#try '\\ foo'
-try '$(($foo + 1))'
-try '$((1 + $foo))'
+#try '$(($foo + 1))'
+#try '$((1 + $foo))'
+#try "foo '\`'"
+#try 'foo "`"'
+dbg=true
+try "\"'\""
}