Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/err/0038_endless_inclusive_range.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/err/0038_endless_inclusive_range.rast | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/crates/syntax/test_data/parser/err/0038_endless_inclusive_range.rast b/crates/syntax/test_data/parser/err/0038_endless_inclusive_range.rast index bed7ad6c33..fd302fb4d5 100644 --- a/crates/syntax/test_data/parser/err/0038_endless_inclusive_range.rast +++ b/crates/syntax/test_data/parser/err/0038_endless_inclusive_range.rast @@ -9,21 +9,22 @@ [email protected] - [email protected] "{" - [email protected] "\n " - [email protected] "0" - [email protected] "..=" - [email protected] ";" - [email protected] "\n " - [email protected] "..=" - [email protected] ";" - [email protected] "\n" - [email protected] "}" + [email protected] "{" + [email protected] "\n " + [email protected] "0" + [email protected] "..=" + [email protected] ";" + [email protected] "\n " + [email protected] "..=" + [email protected] ";" + [email protected] "\n" + [email protected] "}" [email protected] "\n" error 16..20: An inclusive range must have an end expression error 26..29: An inclusive range must have an end expression |