busybox/shell/hush_test/hush-parsing/bkslash_eof2.tests
Denys Vlasenko 4709df0f15 hush: fix handling of \<eof> in double-quoted strings
function                                             old     new   delta
encode_string                                        268     250     -18

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-04-10 14:49:01 +02:00

4 lines
96 B
Text
Executable file

printf 'echo "unterminated string\\' >test.tmp.sh
. ./test.tmp.sh
echo One:$?
rm -f test.tmp.sh