From bfc2ac90c8b59884a1b100806387c7e6c67db3b6 Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Sat, 30 Mar 2019 17:11:46 +0200 Subject: Update tests --- .../tests/data/parser/inline/ok/0114_tuple_struct_where.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt') diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt index 4f439f21c..dec038fc1 100644 --- a/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt +++ b/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt @@ -31,11 +31,13 @@ SOURCE_FILE@[0; 53) IDENT@[24; 25) "T" COLON@[25; 26) WHITESPACE@[26; 27) - PATH_TYPE@[27; 32) - PATH@[27; 32) - PATH_SEGMENT@[27; 32) - NAME_REF@[27; 32) - IDENT@[27; 32) "Clone" + TYPE_BOUND_LIST@[27; 32) + TYPE_BOUND@[27; 32) + PATH_TYPE@[27; 32) + PATH@[27; 32) + PATH_SEGMENT@[27; 32) + NAME_REF@[27; 32) + IDENT@[27; 32) "Clone" SEMI@[32; 33) WHITESPACE@[33; 34) STRUCT_DEF@[34; 52) -- cgit v1.2.3