aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/export.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-misc/export.right')
-rw-r--r--shell/hush_test/hush-misc/export.right6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/export.right b/shell/hush_test/hush-misc/export.right
new file mode 100644
index 000000000..4df2e3858
--- /dev/null
+++ b/shell/hush_test/hush-misc/export.right
@@ -0,0 +1,6 @@
+export aaa1="'''"
+export aaa2=
+export aaa3="'''"'abc'
+export aaa4='def'"'''"
+export aaa5="'''"'abc'"'''"'def'"'''"
+Done