toml-rs/tests
Alex Crichton 0285af245a Implement new rules for bare key names
* 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-15 17:34:27 -08:00
..
invalid Move tests to integration tests 2015-01-15 12:44:05 -08:00
invalid-encoder Move tests to integration tests 2015-01-15 12:44:05 -08:00
valid Implement new rules for bare key names 2015-01-15 17:34:27 -08:00
invalid.rs Move tests to integration tests 2015-01-15 12:44:05 -08:00
README.md Move tests to integration tests 2015-01-15 12:44:05 -08:00
valid.rs Add a few more tests from the toml-lang repo 2015-01-15 12:56:35 -08:00