summaryrefslogtreecommitdiff
path: root/tests/set-x.right
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set-x.right')
-rw-r--r--tests/set-x.right4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/set-x.right b/tests/set-x.right
index a41a382a..259602e5 100644
--- a/tests/set-x.right
+++ b/tests/set-x.right
@@ -26,6 +26,10 @@
+ x=i
+ case x in
+ x=i
++ foo=one
++ foo+=two
++ echo onetwo
+onetwo
+ set +x
1
2