Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to identify diff in yaml #377

Closed
jDomantas opened this issue Sep 19, 2022 · 2 comments
Closed

Failure to identify diff in yaml #377

jDomantas opened this issue Sep 19, 2022 · 2 comments

Comments

@jDomantas
Copy link

File test-old.yml:

key1:
- key2:
  {{ helm-expression }}

File test-new.yml:

key1:
- key2:
  {{ helm-expression }}

new_key: yes

difft reports no diff:

$ difft test-old.yml test-new.yml
test-new.yml --- YAML
No syntactic changes.

difft version: 0.35.0

@Wilfred
Copy link
Owner

Wilfred commented Sep 19, 2022

This isn't syntactically valid YAML, so I think this is another case of #267. Thanks for the great repro.

@Wilfred
Copy link
Owner

Wilfred commented Sep 19, 2022

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

No branches or pull requests

2 participants