summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eshtrans/main.esh5
1 files changed, 4 insertions, 1 deletions
diff --git a/eshtrans/main.esh b/eshtrans/main.esh
index 2a80504..1cd6e07 100644
--- a/eshtrans/main.esh
+++ b/eshtrans/main.esh
@@ -95,7 +95,10 @@ main()
#try 'foo\'
#try "foo'"
#try 'foo\' 'bar'
-try 'v=foo'
+#try 'v=foo'
#try 'if &&'
#try 'if true; do'
+try 'foo' '#bar'
+try '# foo' 'bar'
+try '' 'foo'
}