aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0023_unclosed_string_with_slash_n.txt
blob: 5674b55fdfa8b57213aedd137d9edf9a1d2b2dd5 (plain)
1
2
STRING 3 "\"\\n"
> error0..3 token("\"\\n") msg(Missing trailing `"` symbol to terminate the string literal)