aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok/0011_outer_attribute.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/ok/0011_outer_attribute.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/ok/0011_outer_attribute.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/ok/0011_outer_attribute.txt b/crates/ra_syntax/test_data/parser/ok/0011_outer_attribute.txt
index 2a0dc7bad..a845c5c24 100644
--- a/crates/ra_syntax/test_data/parser/ok/0011_outer_attribute.txt
+++ b/crates/ra_syntax/test_data/parser/ok/0011_outer_attribute.txt
@@ -26,7 +26,8 @@ SOURCE_FILE@[0; 35)
26 L_PAREN@[29; 30) "(" 26 L_PAREN@[29; 30) "("
27 R_PAREN@[30; 31) ")" 27 R_PAREN@[30; 31) ")"
28 WHITESPACE@[31; 32) " " 28 WHITESPACE@[31; 32) " "
29 BLOCK@[32; 34) 29 BLOCK_EXPR@[32; 34)
30 L_CURLY@[32; 33) "{" 30 BLOCK@[32; 34)
31 R_CURLY@[33; 34) "}" 31 L_CURLY@[32; 33) "{"
32 R_CURLY@[33; 34) "}"
32 WHITESPACE@[34; 35) "\n" 33 WHITESPACE@[34; 35) "\n"