aboutsummaryrefslogtreecommitdiffstats
path: root/amend/tests/005-lex-quoted-string/expected.txt
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:28:42 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:28:42 -0800
commitc24a8e688a6312764254beac2b2520bb0c5e998d (patch)
tree7df23711566b358047301d8413ee399105546e8b /amend/tests/005-lex-quoted-string/expected.txt
parentffb48f64fec674c6dd923eb8b1eb3f743e05a8ba (diff)
downloadbootable_recovery-c24a8e688a6312764254beac2b2520bb0c5e998d.zip
bootable_recovery-c24a8e688a6312764254beac2b2520bb0c5e998d.tar.gz
bootable_recovery-c24a8e688a6312764254beac2b2520bb0c5e998d.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'amend/tests/005-lex-quoted-string/expected.txt')
-rw-r--r--amend/tests/005-lex-quoted-string/expected.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/amend/tests/005-lex-quoted-string/expected.txt b/amend/tests/005-lex-quoted-string/expected.txt
new file mode 100644
index 0000000..9bb5ac4
--- /dev/null
+++ b/amend/tests/005-lex-quoted-string/expected.txt
@@ -0,0 +1,13 @@
+ IDENTIFIER<test> WORD<string> EOL
+ IDENTIFIER<test> WORD<string with spaces> EOL
+ IDENTIFIER<test> WORD<string with "escaped" quotes> EOL
+ IDENTIFIER<test> WORD<string with \escaped\ backslashes> EOL
+ IDENTIFIER<test> WORD<string with # a comment character> EOL
+ EOF
+ EOL
+ IDENTIFIER<test1>line 2: unterminated string at '
+'
+ ??? <0>
+ EOL
+ IDENTIFIER<test1>line 2: illegal escape at '\n'
+ ??? <0>