cue/testdata: convert txtar tests to inline @test format
Convert 11 txtar test files from golden-file
format (out/evalalpha, out/eval sections) to
inline @test(...) annotations. Also add rule
to CLAUDE.md for handling structure sharing
(~(field)) with shareID directives.
Files converted:
- basicrewrite/002_arithmetic.txtar
- basicrewrite/014_disjunctions.txtar
- eval/issue500.txtar
- fulleval/000_detect_conflicting_value.txtar
- fulleval/024_Issue_#23.txtar
- fulleval/027_len_of_incomplete_types.txtar
- fulleval/029_Issue_#94.txtar
- fulleval/031_comparison_against_bottom.txtar
- fulleval/041.txtar
- fulleval/042_cross-dependent_comprehension.txtar
- fulleval/046_non-structural_direct_cycles.txtar
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I7f2f21543b3247fff5021f451b626c48d239b81d
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1234947
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>