aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/ok/0038_where_pred_type.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/ok/0038_where_pred_type.txt
parent23fdc562bf06bd001ec728d63a8f5b945bd96700 (diff)
Update tests
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/ok/0038_where_pred_type.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/ok/0038_where_pred_type.txt12
1 files changed, 7 insertions, 5 deletions
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)
29 R_PAREN@[25; 26) 29 R_PAREN@[25; 26)
30 COLON@[26; 27) 30 COLON@[26; 27)
31 WHITESPACE@[27; 28) 31 WHITESPACE@[27; 28)
32 PATH_TYPE@[28; 31) 32 TYPE_BOUND_LIST@[28; 31)
33 PATH@[28; 31) 33 TYPE_BOUND@[28; 31)
34 PATH_SEGMENT@[28; 31) 34 PATH_TYPE@[28; 31)
35 NAME_REF@[28; 31) 35 PATH@[28; 31)
36 IDENT@[28; 31) "Foo" 36 PATH_SEGMENT@[28; 31)
37 NAME_REF@[28; 31)
38 IDENT@[28; 31) "Foo"
37 WHITESPACE@[31; 32) 39 WHITESPACE@[31; 32)
38 BLOCK@[32; 34) 40 BLOCK@[32; 34)
39 L_CURLY@[32; 33) 41 L_CURLY@[32; 33)