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/0005_unclosed_char_with_space.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax/test_data/lexer/err/0005_unclosed_char_with_space.txt') diff --git a/crates/ra_syntax/test_data/lexer/err/0005_unclosed_char_with_space.txt b/crates/ra_syntax/test_data/lexer/err/0005_unclosed_char_with_space.txt index 2059f3f81..47e7baa70 100644 --- a/crates/ra_syntax/test_data/lexer/err/0005_unclosed_char_with_space.txt +++ b/crates/ra_syntax/test_data/lexer/err/0005_unclosed_char_with_space.txt @@ -1,2 +1,2 @@ CHAR 2 "\' " -> error[0; 2) token("\' ") msg(Missing trailing `'` symbol to terminate the character literal) +> error0..2 token("\' ") msg(Missing trailing `'` symbol to terminate the character literal) -- cgit v1.2.3