commit | c24a8e688a6312764254beac2b2520bb0c5e998d | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:28:42 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:28:42 2009 -0800 |
tree | 7df23711566b358047301d8413ee399105546e8b | |
parent | ffb48f64fec674c6dd923eb8b1eb3f743e05a8ba [diff] [blame] |
auto import from //depot/cupcake/@135843
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"