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
YAML can have scalar data following the start of the document, without requiring a new line. When passing this data into yq, the scalar data is omitted.
Version of yq: 4.40.3
Operating system: mac
Installed via: homebrew
Describe the bug
YAML can have scalar data following the start of the document, without requiring a new line. When passing this data into
yq
, the scalar data is omitted.Version of yq: 4.40.3
Operating system: mac
Installed via: homebrew
Input Yaml
--- text ...
Example taken from YAML spec: https://yaml.org/spec/1.2.2/#example-directive-indicator
Command
The command you ran:
Actual behavior
Expected behavior
--- text
Additional context
Some YAML producers output scalar content in this way.
The text was updated successfully, but these errors were encountered: