internal/cuetxtar: remove @test(leq)
Test generation led too often to using leq instead
of eq, which was annoying. We don't really need it.
Remove the leq directive and convert all existing
uses to @test(eq), @test(eq) with CUE_UPDATE=1
fill, @test(kind=struct), or @test(eq, V, at=path)
for self-referential cases. Update all
documentation and specs to remove leq references.
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I50167c78b80d82ce5c9363b6c8a0b9a0da786301
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1235992
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>