aboutsummaryrefslogtreecommitdiffstats
path: root/amend/tests/005-lex-quoted-string/input
diff options
context:
space:
mode:
Diffstat (limited to 'amend/tests/005-lex-quoted-string/input')
-rw-r--r--amend/tests/005-lex-quoted-string/input5
1 files changed, 5 insertions, 0 deletions
diff --git a/amend/tests/005-lex-quoted-string/input b/amend/tests/005-lex-quoted-string/input
new file mode 100644
index 0000000..2b34bbc
--- /dev/null
+++ b/amend/tests/005-lex-quoted-string/input
@@ -0,0 +1,5 @@
+test "string"
+test "string with spaces"
+test "string with \"escaped\" quotes"
+test "string with \\escaped\\ backslashes"
+test "string with # a comment character"