From 05d151ad817684f2ece5c757c44d886191515c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Mon, 13 Nov 2023 13:54:56 +0100 Subject: [PATCH] non-ascii characters are not valid context variables --- tests/unit/conditions/test_context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/conditions/test_context.py b/tests/unit/conditions/test_context.py index 71fa0a78c..28130435d 100644 --- a/tests/unit/conditions/test_context.py +++ b/tests/unit/conditions/test_context.py @@ -9,6 +9,7 @@ INVALID_CONTEXT_PARAM_NAMES = [ ":", ":)", ":!", + ":superñoño", ":::::this//is 🍌 🍌 🍌 ", ":123 \"$%'+-?\n jarl!! cobarde!!", ]