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 904467b..6d936d5 100644 --- a/tests/nquote.right +++ b/tests/nquote.right @@ -30,3 +30,8 @@ argv[1] = <hello, $"world"> argv[1] = <hello, \$"world"> argv[1] = <hello, $"world"> argv[1] = <hello, $world> +1 +1 +;foo +argv[1] = <^I> +argv[1] = <'A^IB'> |