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