The Android Open Source Project | c24a8e6 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1 | IDENTIFIER<test> WORD<string> EOL |
2 | IDENTIFIER<test> WORD<string with spaces> EOL | ||||
3 | IDENTIFIER<test> WORD<string with "escaped" quotes> EOL | ||||
4 | IDENTIFIER<test> WORD<string with \escaped\ backslashes> EOL | ||||
5 | IDENTIFIER<test> WORD<string with # a comment character> EOL | ||||
6 | EOF | ||||
7 | EOL | ||||
8 | IDENTIFIER<test1>line 2: unterminated string at ' | ||||
9 | ' | ||||
10 | ??? <0> | ||||
11 | EOL | ||||
12 | IDENTIFIER<test1>line 2: illegal escape at '\n' | ||||
13 | ??? <0> |