From 91b42e867122c35f522e59250fa5c89228cc904f Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 25 Aug 2020 22:54:48 +0200 Subject: [PATCH] Fix test hypothesis precondition --- tests/color_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/color_test.py b/tests/color_test.py index 60785c7..4794e2a 100644 --- a/tests/color_test.py +++ b/tests/color_test.py @@ -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