From 763f7abeb03dafbab1383da9d30a7af3434c19ff Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 28 Dec 2023 18:57:33 -0600 Subject: [PATCH] =?UTF-8?q?chore(core):=20failing=20test=20with=20markers?= =?UTF-8?q?=20=F0=9F=99=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - marker overrun! the 40th marker becomes a parenthesis, breaking regex feat(core): ldml proper regex implementation 🙀🙀 #9121 --- .../keyboards/k_211_marker_escape-test.xml | 12 +++++++ .../ldml/keyboards/k_211_marker_escape.xml | 35 +++++++++++++++++++ core/tests/unit/ldml/keyboards/meson.build | 1 + 3 files changed, 48 insertions(+) create mode 100644 core/tests/unit/ldml/keyboards/k_211_marker_escape-test.xml create mode 100644 core/tests/unit/ldml/keyboards/k_211_marker_escape.xml diff --git a/core/tests/unit/ldml/keyboards/k_211_marker_escape-test.xml b/core/tests/unit/ldml/keyboards/k_211_marker_escape-test.xml new file mode 100644 index 0000000000..f8eb8ed921 --- /dev/null +++ b/core/tests/unit/ldml/keyboards/k_211_marker_escape-test.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/tests/unit/ldml/keyboards/k_211_marker_escape.xml b/core/tests/unit/ldml/keyboards/k_211_marker_escape.xml new file mode 100644 index 0000000000..8ddae39819 --- /dev/null +++ b/core/tests/unit/ldml/keyboards/k_211_marker_escape.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/tests/unit/ldml/keyboards/meson.build b/core/tests/unit/ldml/keyboards/meson.build index c703d542ab..d5bc5fb584 100644 --- a/core/tests/unit/ldml/keyboards/meson.build +++ b/core/tests/unit/ldml/keyboards/meson.build @@ -41,6 +41,7 @@ tests_with_testdata = [ 'k_200_reorder_nod_Lana', 'k_201_reorder_esk', 'k_210_marker', + 'k_211_marker_escape', ] tests = tests_without_testdata