cmd/cue: add regression test for ranged numeric type names
Cover both `cue def` output and conflict error messages for
int16, uint8, float32, float64, int64, and uint.
`cue def` already collapses these cases to their predeclared names,
so the stdout expectation is already the desired form.
Error messages with the debug printer do not collapse names yet.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Id431a772360ad6bd447b534f361e772b5df7cda1
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1236170
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Marcel van Lohuizen <mpvl@gmail.com>