aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/spanned.rs
AgeCommit message (Collapse)AuthorLines
2021-03-21hilarious and original jokeHEADmainMelody Horn-11/+11
2019-10-28Support for dotted table spans (#340)est31-1/+90
* "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-09-16Support deserializing spanned keys (#333)est31-0/+73
* Store key spans in the deserializer * Support deserializing spanned keys * Store key spans of the table header as well * Support nested table key spans as well
2019-09-05Suppport deserialization of Spanned<> at the top level (#328)est31-9/+33
2019-05-08cargo fmtEric Huss-12/+9
2018-05-09Make spanned module private and hide internalsJohn-John Tedro-3/+3
2018-05-07Fix incorrectly reported spans for DatetimeJohn-John Tedro-0/+23
2018-05-07Adjust spans for more complex typesJohn-John Tedro-0/+13
2018-05-07Use custom struct/field naming to deserialize spansJohn-John Tedro-0/+30