We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9773f commit c9d99e3Copy full SHA for c9d99e3
tests/test_format.py
@@ -136,6 +136,7 @@ def test_strip_comments__consecutive():
136
"""
137
result = format.strip_comments(input)
138
assert result.count("\n") == 1
139
+ assert result.strip() == "feat(scope): message"
140
141
142
def test_strip_comments__spaced():
@@ -146,6 +147,7 @@ def test_strip_comments__spaced():
146
147
148
149
assert result.count("\n") == 2
150
151
152
153
@pytest.mark.parametrize("type", format.DEFAULT_TYPES)
0 commit comments