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 --- crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt') diff --git a/crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt b/crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt index b79e01238..7ae417441 100644 --- a/crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt +++ b/crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt @@ -20,9 +20,10 @@ SOURCE_FILE@[0; 31) PARAM_LIST@[23; 25) L_PAREN@[23; 24) "(" R_PAREN@[24; 25) ")" - BLOCK@[25; 27) - L_CURLY@[25; 26) "{" - R_CURLY@[26; 27) "}" + BLOCK_EXPR@[25; 27) + BLOCK@[25; 27) + L_CURLY@[25; 26) "{" + R_CURLY@[26; 27) "}" WHITESPACE@[27; 29) "\n\n" ERROR@[29; 30) R_CURLY@[29; 30) "}" -- cgit v1.2.3