From 470fc4765cd3ccc764d3265034d18766374371aa Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 2 Sep 2019 19:33:21 +0300 Subject: update test data --- .../test_data/parser/inline/ok/0138_associated_type_bounds.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.txt') 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) IDENT@[53; 54) "T" R_PAREN@[54; 55) ")" WHITESPACE@[55; 56) " " - BLOCK@[56; 58) - L_CURLY@[56; 57) "{" - R_CURLY@[57; 58) "}" + BLOCK_EXPR@[56; 58) + BLOCK@[56; 58) + L_CURLY@[56; 57) "{" + R_CURLY@[57; 58) "}" WHITESPACE@[58; 59) "\n" -- cgit v1.2.3