i-bash/tests/nquote1.sub
2011-11-22 19:11:26 -05:00

6 lines
89 B
Text

set -o history
set -H
echo $'hello\' world'
echo $'hello world!'
echo $'hello\' world!'