aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-parsing/bkslash_eof2.tests
blob: da1f08db6fd45f4399fa786e76aa3de5087bb9d4 (plain)
1
2
3
4
printf 'echo "unterminated string\\' >test.tmp.sh
. ./test.tmp.sh
echo One:$?
rm -f test.tmp.sh