From bfc2ac90c8b59884a1b100806387c7e6c67db3b6 Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Sat, 30 Mar 2019 17:11:46 +0200 Subject: Update tests --- .../ra_syntax/tests/data/parser/ok/0038_where_pred_type.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'crates/ra_syntax/tests/data/parser/ok/0038_where_pred_type.txt') diff --git a/crates/ra_syntax/tests/data/parser/ok/0038_where_pred_type.txt b/crates/ra_syntax/tests/data/parser/ok/0038_where_pred_type.txt index 4842e9b90..fe3fca5cd 100644 --- a/crates/ra_syntax/tests/data/parser/ok/0038_where_pred_type.txt +++ b/crates/ra_syntax/tests/data/parser/ok/0038_where_pred_type.txt @@ -29,11 +29,13 @@ SOURCE_FILE@[0; 34) R_PAREN@[25; 26) COLON@[26; 27) WHITESPACE@[27; 28) - PATH_TYPE@[28; 31) - PATH@[28; 31) - PATH_SEGMENT@[28; 31) - NAME_REF@[28; 31) - IDENT@[28; 31) "Foo" + TYPE_BOUND_LIST@[28; 31) + TYPE_BOUND@[28; 31) + PATH_TYPE@[28; 31) + PATH@[28; 31) + PATH_SEGMENT@[28; 31) + NAME_REF@[28; 31) + IDENT@[28; 31) "Foo" WHITESPACE@[31; 32) BLOCK@[32; 34) L_CURLY@[32; 33) -- cgit v1.2.3