You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/cue: add test case for get go with string escape codes
The added test case fails currently:
> exec cue get go --local ./decls
[...]
> exec cue vet go_marshal.json schema.cue
[stderr]
#ErrorPrefix: invalid string: invalid syntax:
./decls/p_go_gen.cue:14:15
#ResetColor: invalid string: invalid syntax:
./decls/p_go_gen.cue:16:14
The following commit will include the fix.
For #2915.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: Ib1882499b6c7064ad4fd60d0c1d92cf338c7e901
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1211574
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Roger Peppe <[email protected]>
0 commit comments