aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0013_invalid_type.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-28 15:09:45 +0100
committerAleksey Kladov <[email protected]>2019-05-28 15:09:45 +0100
commit310bfe57bd1ea3cd5e22d434ae9d709265af5463 (patch)
tree286f2947ab50339c510a43ad5599050fba19701f /crates/ra_syntax/tests/data/parser/err/0013_invalid_type.txt
parentbc2550b196fbf341ce0168f7dda5498e4d7aaf63 (diff)
update test data
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err/0013_invalid_type.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/err/0013_invalid_type.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0013_invalid_type.txt b/crates/ra_syntax/tests/data/parser/err/0013_invalid_type.txt
index 47b992b0a..1f5cc55c0 100644
--- a/crates/ra_syntax/tests/data/parser/err/0013_invalid_type.txt
+++ b/crates/ra_syntax/tests/data/parser/err/0013_invalid_type.txt
@@ -43,17 +43,9 @@ SOURCE_FILE@[0; 86)
43 IDENT@[63; 66) "Box" 43 IDENT@[63; 66) "Box"
44 TYPE_ARG_LIST@[66; 68) 44 TYPE_ARG_LIST@[66; 68)
45 L_ANGLE@[66; 67) "<" 45 L_ANGLE@[66; 67) "<"
46 err: `expected type`
47 TYPE_ARG@[67; 68) 46 TYPE_ARG@[67; 68)
48 ERROR@[67; 68) 47 ERROR@[67; 68)
49 AT@[67; 68) "@" 48 AT@[67; 68) "@"
50 err: `expected COMMA`
51 err: `expected R_ANGLE`
52 err: `expected COMMA`
53 err: `expected R_ANGLE`
54 err: `expected COMMA`
55 err: `expected R_ANGLE`
56 err: `expected COMMA`
57 WHITESPACE@[68; 69) " " 49 WHITESPACE@[68; 69) " "
58 POS_FIELD_DEF@[69; 72) 50 POS_FIELD_DEF@[69; 72)
59 PATH_TYPE@[69; 72) 51 PATH_TYPE@[69; 72)
@@ -61,29 +53,37 @@ SOURCE_FILE@[0; 86)
61 PATH_SEGMENT@[69; 72) 53 PATH_SEGMENT@[69; 72)
62 NAME_REF@[69; 72) 54 NAME_REF@[69; 72)
63 IDENT@[69; 72) "Any" 55 IDENT@[69; 72) "Any"
64 err: `expected COMMA`
65 err: `expected a type`
66 err: `expected R_PAREN`
67 err: `expected SEMI`
68 err: `expected an item`
69 ERROR@[72; 72) 56 ERROR@[72; 72)
70 ERROR@[72; 73) 57 ERROR@[72; 73)
71 R_ANGLE@[72; 73) ">" 58 R_ANGLE@[72; 73) ">"
72 err: `expected an item`
73 ERROR@[73; 74) 59 ERROR@[73; 74)
74 COMMA@[73; 74) "," 60 COMMA@[73; 74) ","
75 WHITESPACE@[74; 79) "\n " 61 WHITESPACE@[74; 79) "\n "
76 err: `expected an item`
77 ERROR@[79; 80) 62 ERROR@[79; 80)
78 R_ANGLE@[79; 80) ">" 63 R_ANGLE@[79; 80) ">"
79 err: `expected an item`
80 ERROR@[80; 81) 64 ERROR@[80; 81)
81 R_ANGLE@[80; 81) ">" 65 R_ANGLE@[80; 81) ">"
82 WHITESPACE@[81; 82) "\n" 66 WHITESPACE@[81; 82) "\n"
83 err: `expected an item`
84 ERROR@[82; 83) 67 ERROR@[82; 83)
85 R_PAREN@[82; 83) ")" 68 R_PAREN@[82; 83) ")"
86 err: `expected an item`
87 ERROR@[83; 84) 69 ERROR@[83; 84)
88 SEMI@[83; 84) ";" 70 SEMI@[83; 84) ";"
89 WHITESPACE@[84; 86) "\n\n" 71 WHITESPACE@[84; 86) "\n\n"
72err: `expected type`
73err: `expected COMMA`
74err: `expected R_ANGLE`
75err: `expected COMMA`
76err: `expected R_ANGLE`
77err: `expected COMMA`
78err: `expected R_ANGLE`
79err: `expected COMMA`
80err: `expected COMMA`
81err: `expected a type`
82err: `expected R_PAREN`
83err: `expected SEMI`
84err: `expected an item`
85err: `expected an item`
86err: `expected an item`
87err: `expected an item`
88err: `expected an item`
89err: `expected an item`