Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/validation/0038_endless_inclusive_range.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/validation/0038_endless_inclusive_range.rast | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/validation/0038_endless_inclusive_range.rast b/crates/syntax/test_data/parser/validation/0038_endless_inclusive_range.rast new file mode 100644 index 0000000000..fd302fb4d5 --- /dev/null +++ b/crates/syntax/test_data/parser/validation/0038_endless_inclusive_range.rast @@ -0,0 +1,30 @@ + [email protected] "fn" + [email protected] " " + [email protected] "main" + [email protected] "(" + [email protected] ")" + [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 |