aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-quoting/dollar_altvalue9.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-quoting/dollar_altvalue9.right')
-rw-r--r--shell/hush_test/hush-quoting/dollar_altvalue9.right24
1 files changed, 24 insertions, 0 deletions
diff --git a/shell/hush_test/hush-quoting/dollar_altvalue9.right b/shell/hush_test/hush-quoting/dollar_altvalue9.right
new file mode 100644
index 000000000..fc6c2697c
--- /dev/null
+++ b/shell/hush_test/hush-quoting/dollar_altvalue9.right
@@ -0,0 +1,24 @@
+Unquoted 1:
+|a|
+|x y|
+|1|
+|2|
+|1 2|
+|A|
+|B|
+|C D|
+|zb|
+Quoted 1:
+|a 'x y' 1 2 '' 1 2 A B C D zb|
+Unquoted 2:
+|ax y|
+|1|
+|2|
+|1 2|
+|A|
+|B|
+|C D|
+|z|
+|b|
+Quoted 2:
+|a 'x y' 1 2 '' 1 2 A B C D z b|