diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-02-21 11:50:12 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-02-21 11:50:12 (EST) |
commit | 37a60f8da15bcf6ef93c9173e3a5c6cecf9693cc (patch) | |
tree | 092847bb95653f1066d0723982ad4f9b11e6d01e /eshtrans | |
parent | 03fbf48e2e08fcd2d65c0bd16efb900d024d9dc2 (diff) | |
download | eggshell-37a60f8da15bcf6ef93c9173e3a5c6cecf9693cc.zip eggshell-37a60f8da15bcf6ef93c9173e3a5c6cecf9693cc.tar.gz eggshell-37a60f8da15bcf6ef93c9173e3a5c6cecf9693cc.tar.bz2 |
eshtrans: Add tests with comments and leading linebreaks
Diffstat (limited to 'eshtrans')
-rw-r--r-- | eshtrans/main.esh | 5 |
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' } |