We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#
Hash inside quote should not be modified
Create a file tmp1.yaml with the following
tmp1.yaml
- "key #1": "value #2"
Run yamlfix on this file
--- - "key # 1: "value # 2"
This modification should not have happened.
Hash inside quotes should remain unchanged.
yamlfix: 1.16.0 Python: 3.12.3 Platform: macOS-14.5-arm64-arm-64bit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Hash inside quote should not be modified
Steps to reproduce
Create a file
tmp1.yaml
with the followingRun yamlfix on this file
Current behavior
This modification should not have happened.
Desired behavior
Hash inside quotes should remain unchanged.
Environment
The text was updated successfully, but these errors were encountered: