aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0040_crate_keyword_vis.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0040_crate_keyword_vis.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0040_crate_keyword_vis.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0040_crate_keyword_vis.txt b/crates/ra_syntax/test_data/parser/inline/ok/0040_crate_keyword_vis.txt
index 882e4a9ae..d180fcf20 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0040_crate_keyword_vis.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0040_crate_keyword_vis.txt
@@ -11,10 +11,11 @@ SOURCE_FILE@[0; 71)
11 L_PAREN@[13; 14) "(" 11 L_PAREN@[13; 14) "("
12 R_PAREN@[14; 15) ")" 12 R_PAREN@[14; 15) ")"
13 WHITESPACE@[15; 16) " " 13 WHITESPACE@[15; 16) " "
14 BLOCK@[16; 19) 14 BLOCK_EXPR@[16; 19)
15 L_CURLY@[16; 17) "{" 15 BLOCK@[16; 19)
16 WHITESPACE@[17; 18) " " 16 L_CURLY@[16; 17) "{"
17 R_CURLY@[18; 19) "}" 17 WHITESPACE@[17; 18) " "
18 R_CURLY@[18; 19) "}"
18 WHITESPACE@[19; 20) "\n" 19 WHITESPACE@[19; 20) "\n"
19 STRUCT_DEF@[20; 49) 20 STRUCT_DEF@[20; 49)
20 STRUCT_KW@[20; 26) "struct" 21 STRUCT_KW@[20; 26) "struct"