aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting/mode_x.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/ash-quoting/mode_x.right')
-rw-r--r--shell/ash_test/ash-quoting/mode_x.right10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ash_test/ash-quoting/mode_x.right b/shell/ash_test/ash-quoting/mode_x.right
new file mode 100644
index 000000000..c2dd3550c
--- /dev/null
+++ b/shell/ash_test/ash-quoting/mode_x.right
@@ -0,0 +1,10 @@
++ var1=val
++ var2='one two'
++ true '%s\n' one 'two '"'"'three' four
++ this=command
++ 'this=command'
+./mode_x.tests: line 1: this=command: not found
++ true
++ true
++ 'if' true
+./mode_x.tests: line 1: if: not found