From 588cf96b5af06b3e461cb73030ea115b57809f1f Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Thu, 5 Jul 2018 21:18:16 +0200 Subject: [PATCH] Fix a test --- tests/functional/openlp_core/lib/test_htmlbuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core/lib/test_htmlbuilder.py b/tests/functional/openlp_core/lib/test_htmlbuilder.py index a1c749d50..02a390783 100644 --- a/tests/functional/openlp_core/lib/test_htmlbuilder.py +++ b/tests/functional/openlp_core/lib/test_htmlbuilder.py @@ -121,7 +121,7 @@ HTML = r""" } function show_text(new_text){ - var match = /-webkit-text-fill-color:[^;"]+/gi; + var match = /-webkit-text-fill-color:[^;\"]+/gi; if(timer != null) clearTimeout(timer); /*