aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-quoting/dollar_altvalue1.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-quoting/dollar_altvalue1.right')
-rw-r--r--shell/hush_test/hush-quoting/dollar_altvalue1.right16
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/hush_test/hush-quoting/dollar_altvalue1.right b/shell/hush_test/hush-quoting/dollar_altvalue1.right
new file mode 100644
index 000000000..5cd495d3b
--- /dev/null
+++ b/shell/hush_test/hush-quoting/dollar_altvalue1.right
@@ -0,0 +1,16 @@
+Unquoted b c d
+|b|
+|c|
+|d|
+Unquoted 'b c' d
+|b c|
+|d|
+Unquoted "b c" d
+|b c|
+|d|
+Quoted b c d
+|b c d|
+Quoted 'b c' d
+|'b c' d|
+Quoted "b c" d
+|b c d|