From 37a60f8da15bcf6ef93c9173e3a5c6cecf9693cc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 21 Feb 2016 11:50:12 -0500 Subject: eshtrans: Add tests with comments and leading linebreaks --- (limited to 'eshtrans') 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' } -- cgit v0.9.1