aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0034_bad_box_pattern.txt
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-17 21:14:31 +0000
committerVeetaha <[email protected]>2020-02-17 21:14:31 +0000
commitfc5e7b8807f6d438028389b030dfae00965a8cd5 (patch)
tree7a2969cbd6add874ef8053aab5d80a29dcde3791 /crates/ra_syntax/test_data/parser/err/0034_bad_box_pattern.txt
parentcd8e56c580fd8e79eccd55790a23a4b554bbe161 (diff)
ra_syntax: migrate test data to 0-length text-range of SyntaxError when constructed from TextUnit
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0034_bad_box_pattern.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0034_bad_box_pattern.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0034_bad_box_pattern.txt b/crates/ra_syntax/test_data/parser/err/0034_bad_box_pattern.txt
index 301339244..2c91b6841 100644
--- a/crates/ra_syntax/test_data/parser/err/0034_bad_box_pattern.txt
+++ b/crates/ra_syntax/test_data/parser/err/0034_bad_box_pattern.txt
@@ -88,9 +88,9 @@ SOURCE_FILE@[0; 91)
88 WHITESPACE@[87; 88) "\n" 88 WHITESPACE@[87; 88) "\n"
89 R_CURLY@[88; 89) "}" 89 R_CURLY@[88; 89) "}"
90 WHITESPACE@[89; 91) "\n\n" 90 WHITESPACE@[89; 91) "\n\n"
91error [24; 25): expected a name 91error [24; 24): expected a name
92error [27; 28): expected SEMI 92error [27; 27): expected SEMI
93error [48; 49): expected a name 93error [48; 48): expected a name
94error [51; 52): expected SEMI 94error [51; 51): expected SEMI
95error [76; 77): expected a name 95error [76; 76): expected a name
96error [79; 80): expected SEMI 96error [79; 79): expected SEMI