summaryrefslogtreecommitdiffstats
path: root/scratch/bash-3.1/tests/nquote.right
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/bash-3.1/tests/nquote.right')
-rw-r--r--scratch/bash-3.1/tests/nquote.right32
1 files changed, 32 insertions, 0 deletions
diff --git a/scratch/bash-3.1/tests/nquote.right b/scratch/bash-3.1/tests/nquote.right
new file mode 100644
index 0000000..904467b
--- /dev/null
+++ b/scratch/bash-3.1/tests/nquote.right
@@ -0,0 +1,32 @@
+argv[1] = <^J^J^J>
+argv[1] = <++^J++>
+argv[1] = <>
+argv[1] = <^J^I >
+argv[1] = <abc>
+argv[1] = <^M^[^Gabc>
+argv[1] = <hello,>
+argv[2] = <world>
+argv[1] = <hello, world>
+argv[1] = <>
+argv[1] = <$hello, world>
+argv[1] = <hello, $world>
+argv[1] = <hello, "world">
+argv[1] = <hello, $"world">
+argv[1] = <hello, $"world">
+argv[1] = <$hello, chet>
+argv[1] = <hello, chet>
+ok
+'abcd'
+'abcd'
+\'abcd\'
+\'abcd\'
+argv[1] = <A\CB>
+argv[1] = <A\CB>
+argv[1] = <ab$cde>
+A\CB
+A\CB
+A\CB
+argv[1] = <hello, $"world">
+argv[1] = <hello, \$"world">
+argv[1] = <hello, $"world">
+argv[1] = <hello, $world>