cue/cuecontext: expand TestEvalVersion to test more combinations
I recently realised that using cuecontext.EvaluatorVersion(EvalDefault)
to select the default version is not actually the same as not using
the option, which intuitively should also result in default behavior.
Yet to be determined how best to resolve this inconsistency,
hence the TODO. It is best to expand the test cases before we apply
a fix in any case, as then we can see precisely what the fix does.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Ieb016586bc55f7c20f602df6572e2dc26850b319
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1208335
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Matthew Sackman <matthew@cue.works>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>