aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/invalid/string/basic-unknown-escape.stderr
blob: a7fbb254e7b84f67bd75b073220aa64f5cf2f761 (plain)
1
2
3
4
5
6
TOML parse error at line 1, column 8
  |
1 | a = "\@"
  |        ^
invalid escape sequence
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`