aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.txt b/crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.txt
index 33e75510d..d18096b47 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.txt
@@ -49,7 +49,8 @@ SOURCE_FILE@[0; 59)
49 IDENT@[53; 54) "T" 49 IDENT@[53; 54) "T"
50 R_PAREN@[54; 55) ")" 50 R_PAREN@[54; 55) ")"
51 WHITESPACE@[55; 56) " " 51 WHITESPACE@[55; 56) " "
52 BLOCK@[56; 58) 52 BLOCK_EXPR@[56; 58)
53 L_CURLY@[56; 57) "{" 53 BLOCK@[56; 58)
54 R_CURLY@[57; 58) "}" 54 L_CURLY@[56; 57) "{"
55 R_CURLY@[57; 58) "}"
55 WHITESPACE@[58; 59) "\n" 56 WHITESPACE@[58; 59) "\n"