aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0057_const_fn.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/inline/ok/0057_const_fn.txt
parent3c2dea7f55830ba2391e5eb8525cdbb43ac666c2 (diff)
update test data
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0057_const_fn.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0057_const_fn.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0057_const_fn.txt b/crates/ra_syntax/test_data/parser/inline/ok/0057_const_fn.txt
index 7a8b81983..9788197be 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0057_const_fn.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0057_const_fn.txt
@@ -10,7 +10,8 @@ SOURCE_FILE@[0; 18)
10 L_PAREN@[12; 13) "(" 10 L_PAREN@[12; 13) "("
11 R_PAREN@[13; 14) ")" 11 R_PAREN@[13; 14) ")"
12 WHITESPACE@[14; 15) " " 12 WHITESPACE@[14; 15) " "
13 BLOCK@[15; 17) 13 BLOCK_EXPR@[15; 17)
14 L_CURLY@[15; 16) "{" 14 BLOCK@[15; 17)
15 R_CURLY@[16; 17) "}" 15 L_CURLY@[15; 16) "{"
16 R_CURLY@[16; 17) "}"
16 WHITESPACE@[17; 18) "\n" 17 WHITESPACE@[17; 18) "\n"