From 2a79d9c38b93433e3c1c538c27bada0f1656e8ee Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 30 Aug 2020 20:02:20 +0200 Subject: [PATCH] Another fix to the a hypothesis precondition Addition to 91b42e8 since I messed up --- 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 4794e2a..79b5a28 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