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
---
- name: foo
# comment here screws things up
bar: {}
Running dyff yaml foo.yaml produces the following output:
---
- name: foo
# comment here screws things up
bar: {}
Without the comment, it works correctly (bar is indented to match name: foo). JSON output works correctly even in the presence of the comment. This is with dyff 1.5.7, which is the latest available from homebrew.
The text was updated successfully, but these errors were encountered:
Given the following file:
Running
dyff yaml foo.yaml
produces the following output:Without the comment, it works correctly (
bar
is indented to matchname: foo
). JSON output works correctly even in the presence of the comment. This is with dyff 1.5.7, which is the latest available from homebrew.The text was updated successfully, but these errors were encountered: