aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0038_unclosed_raw_string_with_slash.txt
blob: 343b20323a1785c963d0ec69046d57b50d103df3 (plain)
1
2
STRING 5 "r##\"\\"
> error0..5 token("r##\"\\") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)