summaryrefslogtreecommitdiffstats
path: root/vendor/toml_edit-0.19.11/tests/fixtures/invalid/string/bad-byte-escape.stderr
blob: 6d88863e2f028e57cc1132a02f58c145161ba91d (plain)
1
2
3
4
5
6
TOML parse error at line 1, column 14
  |
1 | naughty = "\xAg"
  |              ^
invalid escape sequence
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`