aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/hard_example.toml
AgeCommit message (Collapse)AuthorLines
2015-01-15Update key syntax to TOML masterAlex Crichton-1/+1
* Bare keys contain a very limited set of characters now. * Keys in quotes behave the same as basic strings. Closes #47
2015-01-15Implement new rules for bare key namesAlex Crichton-3/+3
* Key names are restricted to [a-zA-Z0-9_-] * Equal signs must be on the same line (as must the next value) as the key * Quoted keys are allowed and are parsed as basic strings. Closes #48
2015-01-15Add a few more tests from the toml-lang repoAlex Crichton-0/+33