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/0052_unclosed_block_comment_with_content.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax/test_data/lexer/err/0052_unclosed_block_comment_with_content.txt') diff --git a/crates/ra_syntax/test_data/lexer/err/0052_unclosed_block_comment_with_content.txt b/crates/ra_syntax/test_data/lexer/err/0052_unclosed_block_comment_with_content.txt index 8c6b678e3..8e8490302 100644 --- a/crates/ra_syntax/test_data/lexer/err/0052_unclosed_block_comment_with_content.txt +++ b/crates/ra_syntax/test_data/lexer/err/0052_unclosed_block_comment_with_content.txt @@ -1,2 +1,2 @@ COMMENT 11 "/* comment\n" -> error[0; 11) token("/* comment\n") msg(Missing trailing `*/` symbols to terminate the block comment) +> error0..11 token("/* comment\n") msg(Missing trailing `*/` symbols to terminate the block comment) -- cgit v1.2.3