diff options
Diffstat (limited to 'tests/nquote.right')
-rw-r--r-- | tests/nquote.right | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/nquote.right b/tests/nquote.right index 9651f31..35bf191 100644 --- a/tests/nquote.right +++ b/tests/nquote.right @@ -1,4 +1,5 @@ argv[1] = <^J^J^J> +argv[1] = <++^J++> argv[1] = <> argv[1] = <^J^I > argv[1] = <abc> @@ -15,3 +16,7 @@ argv[1] = <hello, $"world"> argv[1] = <$hello, chet> argv[1] = <hello, chet> ok +'abcd' +'abcd' +\'abcd\' +\'abcd\' |