summaryrefslogtreecommitdiffstats
path: root/vendor/toml_edit-0.19.11/tests/fixtures/invalid/inline-table/double-comma.stderr
blob: ab4772b5a154a20fe51c432669db18ea600a0108 (plain)
1
2
3
4
5
6
TOML parse error at line 1, column 9
  |
1 | t = {x=3,,y=4}
  |         ^
invalid inline table
expected `}`