From 025ec1a5caee267ccf655bb9ddc3320936f69d57 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 21 Feb 2016 12:46:20 -0500 Subject: eshtrans/frontend: Fix handling of single quote in double quotes --- (limited to 'eshtrans/main.esh') 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 "\"'\"" } -- cgit v0.9.1