summaryrefslogtreecommitdiffstats
path: root/scratch/bash-3.1-postpatch/tests/quote.right
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/bash-3.1-postpatch/tests/quote.right')
-rw-r--r--scratch/bash-3.1-postpatch/tests/quote.right42
1 files changed, 42 insertions, 0 deletions
diff --git a/scratch/bash-3.1-postpatch/tests/quote.right b/scratch/bash-3.1-postpatch/tests/quote.right
new file mode 100644
index 0000000..8d71f5d
--- /dev/null
+++ b/scratch/bash-3.1-postpatch/tests/quote.right
@@ -0,0 +1,42 @@
+Single Quote
+foo
+bar
+foo
+bar
+foo\
+bar
+Double Quote
+foo
+bar
+foo
+bar
+foobar
+Backslash Single Quote
+foo bar
+foo bar
+foobar
+Backslash Double Quote
+foo bar
+foo bar
+foobar
+Double Quote Backslash Single Quote
+foo
+bar
+foo
+bar
+foobar
+Dollar Paren Single Quote
+foo bar
+foo bar
+foo\ bar
+Dollar Paren Double Quote
+foo bar
+foo bar
+foobar
+Double Quote Dollar Paren Single Quote
+foo
+bar
+foo
+bar
+foo\
+bar