Another fix to the a hypothesis precondition
Addition to 91b42e8
since I messed up
This commit is contained in:
parent
91b42e8671
commit
2a79d9c38b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue