aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/err/0002_misplaced_label_err.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/inline/err/0002_misplaced_label_err.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/inline/err/0002_misplaced_label_err.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/err/0002_misplaced_label_err.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/err/0002_misplaced_label_err.txt b/crates/ra_syntax/test_data/parser/inline/err/0002_misplaced_label_err.txt
index 50f37416e..0187d872d 100644
--- a/crates/ra_syntax/test_data/parser/inline/err/0002_misplaced_label_err.txt
+++ b/crates/ra_syntax/test_data/parser/inline/err/0002_misplaced_label_err.txt
@@ -23,7 +23,7 @@ SOURCE_FILE@[0; 30)
23 WHITESPACE@[27; 28) "\n" 23 WHITESPACE@[27; 28) "\n"
24 R_CURLY@[28; 29) "}" 24 R_CURLY@[28; 29) "}"
25 WHITESPACE@[29; 30) "\n" 25 WHITESPACE@[29; 30) "\n"
26error [22; 23): expected a loop 26error [22; 22): expected a loop
27error [22; 23): expected SEMI 27error [22; 22): expected SEMI
28error [27; 28): expected type 28error [27; 27): expected type
29error [27; 28): expected `{` 29error [27; 27): expected `{`