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