Skip to content

change in wrapping between 4.53.3 and 4.53.4 #2823

Description

@luciangabor

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions