From ae2ea6d3c9e0621ea5a1228dd97f7d50e280d211 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 30 Sep 2024 22:24:34 +0200 Subject: [PATCH] better pattern --- suite_settings/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite_settings/tests.py b/suite_settings/tests.py index 706c47b..e741d51 100644 --- a/suite_settings/tests.py +++ b/suite_settings/tests.py @@ -33,7 +33,7 @@ tests = { "tools": {"add": add, "multiply": multiply}, }, validator=regex_match_any, - validation_input={"patterns": ["33549659245", "33,549,659,245", "33.549.659.245"]}, + validation_input={"patterns": ["33[,_]?549[,_]?659[,_]?245",]}, ), 120: Test( name="Complex Multiplication",