aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt b/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt
index 5c16d0be6..35465632d 100644
--- a/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt
+++ b/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt
@@ -35,10 +35,11 @@ SOURCE_FILE@[0; 118)
35 L_PAREN@[37; 38) "(" 35 L_PAREN@[37; 38) "("
36 R_PAREN@[38; 39) ")" 36 R_PAREN@[38; 39) ")"
37 WHITESPACE@[39; 40) " " 37 WHITESPACE@[39; 40) " "
38 BLOCK@[40; 47) 38 BLOCK_EXPR@[40; 47)
39 L_CURLY@[40; 41) "{" 39 BLOCK@[40; 47)
40 WHITESPACE@[41; 46) "\n " 40 L_CURLY@[40; 41) "{"
41 R_CURLY@[46; 47) "}" 41 WHITESPACE@[41; 46) "\n "
42 R_CURLY@[46; 47) "}"
42 WHITESPACE@[47; 52) "\n " 43 WHITESPACE@[47; 52) "\n "
43 STRUCT_DEF@[52; 63) 44 STRUCT_DEF@[52; 63)
44 STRUCT_KW@[52; 58) "struct" 45 STRUCT_KW@[52; 58) "struct"