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 --- .../ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt') diff --git a/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt b/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt index 061e6fb31..9298b45a4 100644 --- a/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt +++ b/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt @@ -20,9 +20,10 @@ SOURCE_FILE@[0; 30) LIFETIME@[23; 25) "\'a" R_ANGLE@[25; 26) ">" WHITESPACE@[26; 27) "\n" - BLOCK@[27; 29) - L_CURLY@[27; 28) "{" - R_CURLY@[28; 29) "}" + BLOCK_EXPR@[27; 29) + BLOCK@[27; 29) + L_CURLY@[27; 28) "{" + R_CURLY@[28; 29) "}" WHITESPACE@[29; 30) "\n" error 26: expected a path error 26: expected colon -- cgit v1.2.3