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