aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0037_unclosed_raw_string_with_space.txt
blob: 141c8268e8040d20bbb18c3ba888c5a621cc70a1 (plain)
1
2
RAW_STRING 5 "r##\" "
> error0..5 token("r##\" ") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)