internal/cuetxtar: show ./ prefix in out/errors.txt paths
Remove the strings.ReplaceAll that was stripping "./" from error paths
in the out/errors.txt section. Error messages now show standard
"./in.cue:3:5" style paths, consistent with cue tool output.
Update all out/errors.txt golden sections accordingly.
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: Ic06674907060baa32ee31e405082728bb3bd0189
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1234698
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>