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
Describe the bug A clear and concise description of what the bug is.
To Reproduce
Input:
def test_snapshot(snapshot): data = { "key": [ "line 1\nline 2" ] } assert data == snapshot
pytest --snapshot-update
Output:
# name: test_snapshot <class 'dict'> { 'key': <class 'list'> [ ' line 1 line 2 ', ], } ---
Expected behavior
The multiline string ' should be indented:
'
syrupy==0.6.1
The text was updated successfully, but these errors were encountered:
fix: pass indent to multiline open tag, close #332
d0c2b88
3b06a98
chore(release): 0.7.0 [skip ci]
2c2f112
# [0.7.0](v0.6.1...v0.7.0) (2020-08-24) ### Features * bugfix, pass indent to multiline open tag, close [#332](#332) ([#334](#334)) ([3b06a98](3b06a98))
🎉 This issue has been resolved in version 0.7.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Input:
Output:
Expected behavior
The multiline string
'
should be indented:syrupy==0.6.1
The text was updated successfully, but these errors were encountered: