aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-02 17:33:21 +0100
committerAleksey Kladov <[email protected]>2019-09-02 18:15:51 +0100
commit470fc4765cd3ccc764d3265034d18766374371aa (patch)
tree8940c7e976106d64f766afbbcb7ddab489ce9485 /crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt
parent3c2dea7f55830ba2391e5eb8525cdbb43ac666c2 (diff)
update test data
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"