cue: teach the fuzzer to cover cue/format, ast.Walk, and astutil.Apply
These need to support all forms of valid syntax, for example.
They cannot fail or panic on input that worked with cue/parser either.
This already catches the fact that cue/ast/astutil missed
adding support for the new cue/ast.TryClause; fix that.
We must fix it at the same time to not break `go test`.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Id0a08cf1739a00aaba6c5bd052c0f3a89ceff6b3
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1234632
Reviewed-by: Matthew Sackman <matthew@cue.works>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>