From 8843588fca7a6022b86800d5d2539594c0de93cf Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 24 Apr 2020 23:51:02 +0200 Subject: Convert tests to text-size --- .../ra_syntax/test_data/lexer/err/0018_unclosed_string_with_ferris.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax/test_data/lexer/err/0018_unclosed_string_with_ferris.txt') diff --git a/crates/ra_syntax/test_data/lexer/err/0018_unclosed_string_with_ferris.txt b/crates/ra_syntax/test_data/lexer/err/0018_unclosed_string_with_ferris.txt index 164580eb3..167f942d1 100644 --- a/crates/ra_syntax/test_data/lexer/err/0018_unclosed_string_with_ferris.txt +++ b/crates/ra_syntax/test_data/lexer/err/0018_unclosed_string_with_ferris.txt @@ -1,2 +1,2 @@ STRING 5 "\"🦀" -> error[0; 5) token("\"🦀") msg(Missing trailing `"` symbol to terminate the string literal) +> error0..5 token("\"🦀") msg(Missing trailing `"` symbol to terminate the string literal) -- cgit v1.2.3