aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt
diff options
context:
space:
mode:
authorVille Penttinen <[email protected]>2019-03-30 15:11:46 +0000
committerVille Penttinen <[email protected]>2019-03-30 15:11:46 +0000
commitbfc2ac90c8b59884a1b100806387c7e6c67db3b6 (patch)
tree26f0207886464f13d71e25740d33a0d4e3bc3820 /crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt
parent23fdc562bf06bd001ec728d63a8f5b945bd96700 (diff)
Update tests
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt12
1 files changed, 7 insertions, 5 deletions
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)
31 IDENT@[24; 25) "T" 31 IDENT@[24; 25) "T"
32 COLON@[25; 26) 32 COLON@[25; 26)
33 WHITESPACE@[26; 27) 33 WHITESPACE@[26; 27)
34 PATH_TYPE@[27; 32) 34 TYPE_BOUND_LIST@[27; 32)
35 PATH@[27; 32) 35 TYPE_BOUND@[27; 32)
36 PATH_SEGMENT@[27; 32) 36 PATH_TYPE@[27; 32)
37 NAME_REF@[27; 32) 37 PATH@[27; 32)
38 IDENT@[27; 32) "Clone" 38 PATH_SEGMENT@[27; 32)
39 NAME_REF@[27; 32)
40 IDENT@[27; 32) "Clone"
39 SEMI@[32; 33) 41 SEMI@[32; 33)
40 WHITESPACE@[33; 34) 42 WHITESPACE@[33; 34)
41 STRUCT_DEF@[34; 52) 43 STRUCT_DEF@[34; 52)