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
$ # MWE
$ hx --health yaml | sed -n '5p;'Highlight queries: ✓
$ # Bug Reproduction
$ hx --health yaml | sed -n '5p;'| yqError: bad file '-': yaml: control characters are not allowed
$ # Diagnosing
$ hx --health yaml | sed -n '5p;'| od -c0000000 H i g h l i g h t q u e r i e0000020 s : 033 [ 3 8 ; 5 ; 1 0 m 342 234 2230000040 033 [ 3 9 m \n0000046
$ yq -Vyq (https://github.com/mikefarah/yq/) version v4.42.1
$ systeminfo | grep -iA1 "os name"OS Name: Microsoft Windows 10 Home Single LanguageOS Version: 10.0.19045 N/A Build 19045
Describe the bug
Error: yaml: control characters are not allowed
e.g.
\x01
\x02
Version of yq: 4.9.3
Operating system: linux
Installed via: binary release
Seems related: https://stackoverflow.com/questions/33717799/go-yaml-control-characters-are-not-allowed-error
The text was updated successfully, but these errors were encountered: