Skip to content

v0.4.0

Compare
Choose a tag to compare
@15r10nk 15r10nk released this 29 Sep 20:02
· 302 commits to main since this release

Escaped newlines for multiline strings

Multiline strings are now formatted so that the quotes are always on a separate line.

def test_something():
    assert "\nfirst line\nsecond line" == snapshot(
        """\

first line
second line\
"""
    )

What's Changed

Full Changelog: v0.3.2...v0.4.0