aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt')
-rw-r--r--crates/syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt b/crates/syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt
new file mode 100644
index 000000000..5af1e2d97
--- /dev/null
+++ b/crates/syntax/test_data/lexer/err/0047_unstarted_raw_string_at_eof.txt
@@ -0,0 +1,2 @@
1RAW_STRING 3 "r##"
2> error0..3 token("r##") msg(Missing `"` symbol after `#` symbols to begin the raw string literal)