cue/testdata: convert txtar tests to inline @test format
Convert ~35 txtar test files to use inline
@test(eq/leq/err) annotations instead of
golden-file sections. Remove out/eval and
out/evalalpha sections where @test directives now
cover the output; keep out/eval/stats and
out/errors.txt.
Also extend inline_coverage.go to include fixture
file fields in coverage checks, add
coverage_fixture_orphan.txtar test, and fix minor
inline runner issues.
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I2df9d426085c03aeb223f414d1439824c32a3094
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1235990
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>