aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0036_unsafe_extern_fn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0036_unsafe_extern_fn.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0036_unsafe_extern_fn.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0036_unsafe_extern_fn.txt b/crates/ra_syntax/test_data/parser/inline/ok/0036_unsafe_extern_fn.txt
index b5b09b2e5..a7dfe167c 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0036_unsafe_extern_fn.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0036_unsafe_extern_fn.txt
@@ -15,7 +15,8 @@ SOURCE_FILE@[0; 30)
15 L_PAREN@[24; 25) "(" 15 L_PAREN@[24; 25) "("
16 R_PAREN@[25; 26) ")" 16 R_PAREN@[25; 26) ")"
17 WHITESPACE@[26; 27) " " 17 WHITESPACE@[26; 27) " "
18 BLOCK@[27; 29) 18 BLOCK_EXPR@[27; 29)
19 L_CURLY@[27; 28) "{" 19 BLOCK@[27; 29)
20 R_CURLY@[28; 29) "}" 20 L_CURLY@[27; 28) "{"
21 R_CURLY@[28; 29) "}"
21 WHITESPACE@[29; 30) "\n" 22 WHITESPACE@[29; 30) "\n"