Fix test hypothesis precondition

This commit is contained in:
Tom Smeding 2020-08-25 22:54:48 +02:00
parent 73e9d1d9d3
commit 91b42e8671

View file

@ -60,7 +60,7 @@ def test_normalize_spaces_in_inline_code():
@given( @given(
text(alphabet=characters(min_codepoint=32, text(alphabet=characters(min_codepoint=32,
blacklist_characters="*_")) blacklist_characters="*_`"))
.map(lambda s: '*' + s)) .map(lambda s: '*' + s))
def test_unpaired_prefix_asterisk_without_space_is_literal(text): def test_unpaired_prefix_asterisk_without_space_is_literal(text):
"""An unpaired asterisk at the beginning of the line, without a space """An unpaired asterisk at the beginning of the line, without a space