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, 5 insertions, 3 deletions
diff --git a/eshtrans/main.esh b/eshtrans/main.esh
index 1cd6e07..46edd26 100644
--- a/eshtrans/main.esh
+++ b/eshtrans/main.esh
@@ -98,7 +98,9 @@ main()
#try 'v=foo'
#try 'if &&'
#try 'if true; do'
-try 'foo' '#bar'
-try '# foo' 'bar'
-try '' 'foo'
+#try 'foo' '#bar'
+#try '# foo' 'bar'
+#try '' 'foo'
+dbg=true
+try '\\ foo'
}