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/cmd: show incorrect handling of binary files when embedded
These new tests show that CUE will treat input bytes as UTF-8
when embedding a file with `type=binary`.
Since txtar can only store files with valid UTF8,
and including any non-printable characters in a txtar is error-prone,
add a new strconv-unquote command to use Go string quoting instead.
For #3741.
Signed-off-by: nichtsundniemand <[email protected]>
Change-Id: Ic2703d80b922d66d6d37b8044e2b8a986aa58b2d
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1209312
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Roger Peppe <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
0 commit comments