pdftract/crates
jedarden a22d26f0ab test(pdftract-4fa9): object parser fixture corpus + proptest harness + critical-test suite
Add comprehensive test infrastructure for PDF object parser:

- Curated fixtures under crates/pdftract-core/tests/object_parser/fixtures/:
  * nested_dict.pdf.in - deeply nested dictionary structure
  * mixed_array.pdf.in - array with mixed PDF object types
  * indirect_simple.pdf.in - minimal indirect object
  * indirect_stream.pdf.in - indirect object with stream
  * objstm_basic.pdf.in + objstm_extends.pdf.in - ObjStm fixtures
  * circular_self.pdf.in + circular_three.pdf.in - circular reference detection
  * truncated_dict.pdf.in - malformed dictionary (missing >>)
  * deep_nesting.pdf.in - 300 levels of nested dicts (tests depth limit)

- Proptest properties in object_parser_proptest.rs:
  * prop_parser_never_panics - INV-8: parser is total over input domain
  * prop_resolve_terminates - bounded resolution, no infinite loops
  * prop_dict_order_preserved - INV-3: deterministic dict iteration order
  * prop_cache_consistency - cache hit = cache miss for same input
  * prop_inv8_no_panic - any input → Some/None, never panic

- Golden output tests with BLESS=1 support for updating expected files

Closes pdftract-4fa9. Verification: notes/pdftract-4fa9.md.
2026-06-01 17:30:29 -04:00
..
pdftract-cer-diff docs(pdftract-aawrz): add LICENSE-MIT and LICENSE-APACHE files 2026-05-23 10:36:28 -04:00
pdftract-cli feat(pdftract-2m3gl): implement PHP SDK with Packagist publishing 2026-06-01 10:27:03 -04:00
pdftract-core test(pdftract-4fa9): object parser fixture corpus + proptest harness + critical-test suite 2026-06-01 17:30:29 -04:00
pdftract-inspector-ui fix(bf-4mkhv): clean up unused imports in hash.rs 2026-06-01 09:43:48 -04:00
pdftract-libpdftract feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00
pdftract-py fix(pdftract-2uk9z): wrap native module results in typed Python objects 2026-05-28 21:18:38 -04:00
pdftract-schema-migrate feat(bf-4w2rt): scaffold pdftract-schema-migrate crate 2026-06-01 10:00:37 -04:00