aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0128_combined_fns.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0128_combined_fns.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0128_combined_fns.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0128_combined_fns.txt b/crates/ra_syntax/test_data/parser/inline/ok/0128_combined_fns.txt
index 2a16aeb61..cae75c41d 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0128_combined_fns.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0128_combined_fns.txt
@@ -12,9 +12,10 @@ SOURCE_FILE@[0; 50)
12 L_PAREN@[19; 20) "(" 12 L_PAREN@[19; 20) "("
13 R_PAREN@[20; 21) ")" 13 R_PAREN@[20; 21) ")"
14 WHITESPACE@[21; 22) " " 14 WHITESPACE@[21; 22) " "
15 BLOCK@[22; 24) 15 BLOCK_EXPR@[22; 24)
16 L_CURLY@[22; 23) "{" 16 BLOCK@[22; 24)
17 R_CURLY@[23; 24) "}" 17 L_CURLY@[22; 23) "{"
18 R_CURLY@[23; 24) "}"
18 WHITESPACE@[24; 25) "\n" 19 WHITESPACE@[24; 25) "\n"
19 FN_DEF@[25; 49) 20 FN_DEF@[25; 49)
20 CONST_KW@[25; 30) "const" 21 CONST_KW@[25; 30) "const"
@@ -29,7 +30,8 @@ SOURCE_FILE@[0; 50)
29 L_PAREN@[44; 45) "(" 30 L_PAREN@[44; 45) "("
30 R_PAREN@[45; 46) ")" 31 R_PAREN@[45; 46) ")"
31 WHITESPACE@[46; 47) " " 32 WHITESPACE@[46; 47) " "
32 BLOCK@[47; 49) 33 BLOCK_EXPR@[47; 49)
33 L_CURLY@[47; 48) "{" 34 BLOCK@[47; 49)
34 R_CURLY@[48; 49) "}" 35 L_CURLY@[47; 48) "{"
36 R_CURLY@[48; 49) "}"
35 WHITESPACE@[49; 50) "\n" 37 WHITESPACE@[49; 50) "\n"