Fix test hypothesis precondition
This commit is contained in:
parent
73e9d1d9d3
commit
91b42e8671
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def test_normalize_spaces_in_inline_code():
|
|||
|
||||
@given(
|
||||
text(alphabet=characters(min_codepoint=32,
|
||||
blacklist_characters="*_"))
|
||||
blacklist_characters="*_`"))
|
||||
.map(lambda s: '*' + s))
|
||||
def test_unpaired_prefix_asterisk_without_space_is_literal(text):
|
||||
"""An unpaired asterisk at the beginning of the line, without a space
|
||||
|
|
Loading…
Reference in a new issue