saphyr-serde/parser/tests
jneem 434f4521dd Better tracking for beginning and ending positions of mappings. (#10)
Previously, we often used the scanner state to infer the positions of
mappings. This is sometimes wrong, because the scanner has already
scanned ahead by the time the mapping is parsed.

This commit adds a check to the test suite, asserting that parser event
positions are all observed in order, and it fixes the scanner and parser
to make the new check pass.
2024-10-13 14:47:41 +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 Add "explicit" flag to Event::DocumentStart (#5) 2024-08-05 17:23:04 +02:00
span.rs Use spans instead of markers (#3) 2024-08-05 17:08:23 +02:00
spec_test.rs Add "explicit" flag to Event::DocumentStart (#5) 2024-08-05 17:23:04 +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