aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0039_unclosed_raw_string_with_slash_n.txt
blob: 041a42737580c6b44bfec9b77b10a09703572e89 (plain)
1
2
STRING 6 "r##\"\\n"
> error0..6 token("r##\"\\n") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)