1 2 3 4 5 6 7 8 9
//! Property test modules asserting parser correctness invariants. //! //! Written by Claude Code, reviewed by a human. mod ast_faithfulness_tests; mod differential_tests; mod negative_tests; mod round_trip_tests; mod spec_conformance_tests;