aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0004_use_path_bad_segment.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err/0004_use_path_bad_segment.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/err/0004_use_path_bad_segment.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0004_use_path_bad_segment.txt b/crates/ra_syntax/tests/data/parser/err/0004_use_path_bad_segment.txt
index 5bdb24676..fb44f21ea 100644
--- a/crates/ra_syntax/tests/data/parser/err/0004_use_path_bad_segment.txt
+++ b/crates/ra_syntax/tests/data/parser/err/0004_use_path_bad_segment.txt
@@ -1,16 +1,16 @@
1SOURCE_FILE@[0; 12) 1SOURCE_FILE@[0; 12)
2 USE_ITEM@[0; 12) 2 USE_ITEM@[0; 12)
3 USE_KW@[0; 3) 3 USE_KW@[0; 3) "use"
4 WHITESPACE@[3; 4) 4 WHITESPACE@[3; 4) " "
5 USE_TREE@[4; 11) 5 USE_TREE@[4; 11)
6 PATH@[4; 11) 6 PATH@[4; 11)
7 PATH@[4; 7) 7 PATH@[4; 7)
8 PATH_SEGMENT@[4; 7) 8 PATH_SEGMENT@[4; 7)
9 NAME_REF@[4; 7) 9 NAME_REF@[4; 7)
10 IDENT@[4; 7) "foo" 10 IDENT@[4; 7) "foo"
11 COLONCOLON@[7; 9) 11 COLONCOLON@[7; 9) "::"
12 err: `expected identifier` 12 err: `expected identifier`
13 PATH_SEGMENT@[9; 11) 13 PATH_SEGMENT@[9; 11)
14 ERROR@[9; 11) 14 ERROR@[9; 11)
15 INT_NUMBER@[9; 11) "92" 15 INT_NUMBER@[9; 11) "92"
16 SEMI@[11; 12) 16 SEMI@[11; 12) ";"