saphyr-serde/saphyr/tests
David Tolnay cedb185876 Escape string containing colon
I don't know whether this is always necessary but it is required for
correctly serializing `["x: %"]`. If we serialize this without quotes to
`[x: %]` then the result is not valid YAML.
2018-09-15 12:20:14 -07:00
..
specs Add LICENSE and build status 2015-05-31 00:13:21 +08:00
quickcheck.rs Format with rustfmt 0.99.4 2018-09-15 09:49:08 -07:00
spec_test.rs Format with rustfmt 0.99.4 2018-09-15 09:49:08 -07:00
spec_test.rs.inc Add LICENSE and build status 2015-05-31 00:13:21 +08:00
specexamples.rs.inc Fix parsing bugs 2015-05-27 23:04:03 +08:00
test_round_trip.rs Escape string containing colon 2018-09-15 12:20:14 -07:00