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 --- .../test_data/lexer/err/0048_unstarted_raw_byte_string_at_eof.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax/test_data/lexer/err/0048_unstarted_raw_byte_string_at_eof.txt') diff --git a/crates/ra_syntax/test_data/lexer/err/0048_unstarted_raw_byte_string_at_eof.txt b/crates/ra_syntax/test_data/lexer/err/0048_unstarted_raw_byte_string_at_eof.txt index 33b25e60f..aec7afd92 100644 --- a/crates/ra_syntax/test_data/lexer/err/0048_unstarted_raw_byte_string_at_eof.txt +++ b/crates/ra_syntax/test_data/lexer/err/0048_unstarted_raw_byte_string_at_eof.txt @@ -1,2 +1,2 @@ RAW_BYTE_STRING 4 "br##" -> error[0; 4) token("br##") msg(Missing `"` symbol after `#` symbols to begin the raw byte string literal) +> error0..4 token("br##") msg(Missing `"` symbol after `#` symbols to begin the raw byte string literal) -- cgit v1.2.3