diff options
Diffstat (limited to 'tests/nquote1.sub')
-rw-r--r-- | tests/nquote1.sub | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/nquote1.sub b/tests/nquote1.sub new file mode 100644 index 0000000..b3bc0db --- /dev/null +++ b/tests/nquote1.sub @@ -0,0 +1,6 @@ +set -o history +set -H + +echo $'hello\' world' +echo $'hello world!' +echo $'hello\' world!' |