aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0069_use_tree_list_after_path.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0069_use_tree_list_after_path.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0069_use_tree_list_after_path.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0069_use_tree_list_after_path.txt b/crates/ra_syntax/test_data/parser/inline/ok/0069_use_tree_list_after_path.txt
new file mode 100644
index 000000000..86afc9362
--- /dev/null
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0069_use_tree_list_after_path.txt
@@ -0,0 +1,37 @@
1SOURCE_FILE@[0; 37)
2 USE_ITEM@[0; 18)
3 USE_KW@[0; 3) "use"
4 WHITESPACE@[3; 4) " "
5 USE_TREE@[4; 17)
6 PATH@[4; 9)
7 PATH_SEGMENT@[4; 9)
8 CRATE_KW@[4; 9) "crate"
9 COLONCOLON@[9; 11) "::"
10 USE_TREE_LIST@[11; 17)
11 L_CURLY@[11; 12) "{"
12 USE_TREE@[12; 16)
13 PATH@[12; 16)
14 PATH_SEGMENT@[12; 16)
15 NAME_REF@[12; 16)
16 IDENT@[12; 16) "Item"
17 R_CURLY@[16; 17) "}"
18 SEMI@[17; 18) ";"
19 WHITESPACE@[18; 19) "\n"
20 USE_ITEM@[19; 36)
21 USE_KW@[19; 22) "use"
22 WHITESPACE@[22; 23) " "
23 USE_TREE@[23; 35)
24 PATH@[23; 27)
25 PATH_SEGMENT@[23; 27)
26 SELF_KW@[23; 27) "self"
27 COLONCOLON@[27; 29) "::"
28 USE_TREE_LIST@[29; 35)
29 L_CURLY@[29; 30) "{"
30 USE_TREE@[30; 34)
31 PATH@[30; 34)
32 PATH_SEGMENT@[30; 34)
33 NAME_REF@[30; 34)
34 IDENT@[30; 34) "Item"
35 R_CURLY@[34; 35) "}"
36 SEMI@[35; 36) ";"
37 WHITESPACE@[36; 37) "\n"