diff options
Diffstat (limited to 'crates/syntax/test_data/parser/err')
-rw-r--r-- | crates/syntax/test_data/parser/err/0002_duplicate_shebang.rast | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/crates/syntax/test_data/parser/err/0002_duplicate_shebang.rast b/crates/syntax/test_data/parser/err/0002_duplicate_shebang.rast index 4cfd1bce4..9ad5b12b8 100644 --- a/crates/syntax/test_data/parser/err/0002_duplicate_shebang.rast +++ b/crates/syntax/test_data/parser/err/0002_duplicate_shebang.rast | |||
@@ -17,14 +17,17 @@ [email protected] | |||
17 | [email protected] "bin" | 17 | [email protected] "bin" |
18 | [email protected] | 18 | [email protected] |
19 | [email protected] "/" | 19 | [email protected] "/" |
20 | MACRO_CALL@32..41 | 20 | MACRO_CALL@32..35 |
21 | [email protected] | 21 | [email protected] |
22 | [email protected] | 22 | [email protected] |
23 | [email protected] | 23 | [email protected] |
24 | [email protected] "env" | 24 | [email protected] "env" |
25 | [email protected] " " | 25 | [email protected] " " |
26 | [email protected] | 26 | [email protected] |
27 | [email protected] "rusti" | 27 | [email protected] |
28 | [email protected] | ||
29 | [email protected] | ||
30 | [email protected] "rusti" | ||
28 | [email protected] "\n" | 31 | [email protected] "\n" |
29 | error 23..23: expected `[` | 32 | error 23..23: expected `[` |
30 | error 23..23: expected an item | 33 | error 23..23: expected an item |
@@ -35,5 +38,8 @@ error 31..31: expected `{`, `[`, `(` | |||
35 | error 31..31: expected SEMICOLON | 38 | error 31..31: expected SEMICOLON |
36 | error 31..31: expected an item | 39 | error 31..31: expected an item |
37 | error 35..35: expected BANG | 40 | error 35..35: expected BANG |
41 | error 35..35: expected `{`, `[`, `(` | ||
42 | error 35..35: expected SEMICOLON | ||
43 | error 41..41: expected BANG | ||
38 | error 41..41: expected `{`, `[`, `(` | 44 | error 41..41: expected `{`, `[`, `(` |
39 | error 41..41: expected SEMICOLON | 45 | error 41..41: expected SEMICOLON |