The Android Open Source Project | 23580ca | 2008-10-21 07:00:00 -0700 | [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> |