summaryrefslogtreecommitdiffstats
path: root/vendor/toml_edit-0.19.11/tests/fixtures/invalid/spec/table-9-0.stderr
blob: a2e1d4991d7afc05116086c899509ed2a7069170 (plain)
1
2
3
4
5
6
TOML parse error at line 5, column 1
  |
5 | [fruit.apple]  # INVALID
  | ^
invalid table header
duplicate key `apple` in table `fruit`