Describe the bug
strings can no longer be extracted as written
Version of yq: 4.53.4
Operating system: linux
Installed via: docker
Input Yaml
data.yml:
a:
- really really really really really really really really really really really long string
Command
The command you ran:
docker run --rm -i mikefarah/yq:4.53.4 -Pr=false '.[][]' < data.yaml
Actual behaviour
really really really really really really really really really really really long
string
Expected behaviour
really really really really really really really really really really really long string
Additional context
with the previous version I do get the expected result:
docker run --rm -i mikefarah/yq:4.53.3 -Pr=false '.[][]' < data.yaml
Describe the bug
strings can no longer be extracted as written
Version of yq: 4.53.4
Operating system: linux
Installed via: docker
Input Yaml
data.yml:
Command
The command you ran:
Actual behaviour
Expected behaviour
Additional context
with the previous version I do get the expected result: