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