Documentation
¶
Overview ¶
Package fuzzcheck provides shared invariant checks for parser fuzz tests. Each parser's FuzzParse calls CheckSpans after a successful parse to verify structural invariants that must hold for any output.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckSpans ¶
func CheckSpans(t *testing.T, spans []parse.SymbolSpan)
CheckSpans verifies structural invariants on parser output. Calls t.Errorf on violations (does not abort — collects all).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.