saphyr-serde/parser/tests
jneem d82866555a Look ahead before testing for EOF. (#12)
Look ahead before testing for EOF.

This fixes panics in saphyr's test_multiline_trailing_newline and
test_multiline_leading_newline tests, in which `self.input.next_is_z`
would be called on an empty buffer and panic in `peek`
2024-10-13 14:48:06 +02:00
..
yaml-test-suite Add yaml-test-suite as subtree. 2024-10-12 16:15:46 +02:00
basic.rs Add "explicit" flag to Event::DocumentStart (#5) 2024-08-05 17:23:04 +02:00
issues.rs Look ahead before testing for EOF. (#12) 2024-10-13 14:48:06 +02:00
span.rs Use spans instead of markers (#3) 2024-08-05 17:08:23 +02:00
spec_test.rs Look ahead before testing for EOF. (#12) 2024-10-13 14:48:06 +02:00
spec_test.rs.inc Add LICENSE and build status 2015-05-31 00:13:21 +08:00
specexamples.rs.inc Fix more clippy lints. 2023-08-17 23:31:32 +02:00
yaml-test-suite.rs Better tracking for beginning and ending positions of mappings. (#10) 2024-10-13 14:47:41 +02:00