diff options
Diffstat (limited to 'amend/tests/005-lex-quoted-string/input')
-rw-r--r-- | amend/tests/005-lex-quoted-string/input | 5 |
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 000000000..2b34bbcfa --- /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" |