toml-rs/test-suite
est31 52586279ce Support for dotted table spans (#340)
* "Support" spans for maps

In toml you can declare maps via {} and via [name].
We can't obtain spans for [] maps but at least we
can emit fake spans to make SpannedValue work.

We also add a regression test.

* Don't regress the inline table case

* Also support arrays
2019-10-28 09:01:23 -05:00
..
tests Support for dotted table spans (#340) 2019-10-28 09:01:23 -05:00
Cargo.toml Add tests covering custom deserializers 2019-07-30 13:16:59 -04:00