Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/err/0049_double_fish.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/err/0049_double_fish.rast | 70 |
1 files changed, 38 insertions, 32 deletions
diff --git a/crates/syntax/test_data/parser/err/0049_double_fish.rast b/crates/syntax/test_data/parser/err/0049_double_fish.rast index aced9884ac..51e36543ac 100644 --- a/crates/syntax/test_data/parser/err/0049_double_fish.rast +++ b/crates/syntax/test_data/parser/err/0049_double_fish.rast @@ -11,43 +11,44 @@ [email protected] [email protected] "\n " [email protected] "::" - [email protected] "Item" - [email protected] "::" - [email protected] "<" - [email protected] "lol" - [email protected] ">" + [email protected] "Item" + [email protected] "::" + [email protected] "<" + [email protected] "lol" + [email protected] ">" [email protected] "::" - [email protected] "<" - [email protected] "nope" - [email protected] ">" - [email protected] ">" - [email protected] ";" + [email protected] "<" + [email protected] "nope" + [email protected] ">>" + [email protected] ";" [email protected] "\n" [email protected] "\n\n" @@ -109,6 +110,11 @@ [email protected] [email protected] "\n" [email protected] "\n" +error 30..30: expected identifier +error 31..31: expected COMMA +error 31..31: expected R_ANGLE +error 31..31: expected SEMICOLON +error 37..37: expected expression error 75..75: expected identifier error 76..76: expected SEMICOLON error 82..82: expected expression |