cue: keep path in API error value

Change-Id: Ib5fbeec7a7a8c826335f08335b40de597963b2c9
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/4940
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
diff --git a/cuego/examples_test.go b/cuego/examples_test.go
index b56a323..257771e 100644
--- a/cuego/examples_test.go
+++ b/cuego/examples_test.go
@@ -91,6 +91,6 @@
 	//Output:
 	// error: <nil>
 	// validate: <nil>
-	// validate: invalid value 39 (out of bound <=12)
-	// validate: invalid value "foo.jso" (does not match =~".json$")
+	// validate: MinCount: invalid value 39 (out of bound <=12)
+	// validate: Filename: invalid value "foo.jso" (does not match =~".json$")
 }