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 --- crates/ra_syntax/test_data/lexer/err/0017_unclosed_string_at_eof.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax/test_data/lexer/err/0017_unclosed_string_at_eof.txt') diff --git a/crates/ra_syntax/test_data/lexer/err/0017_unclosed_string_at_eof.txt b/crates/ra_syntax/test_data/lexer/err/0017_unclosed_string_at_eof.txt index 823daaf6f..d11a8d880 100644 --- a/crates/ra_syntax/test_data/lexer/err/0017_unclosed_string_at_eof.txt +++ b/crates/ra_syntax/test_data/lexer/err/0017_unclosed_string_at_eof.txt @@ -1,2 +1,2 @@ STRING 1 "\"" -> error[0; 1) token("\"") msg(Missing trailing `"` symbol to terminate the string literal) +> error0..1 token("\"") msg(Missing trailing `"` symbol to terminate the string literal) -- cgit v1.2.3