From 5729828c5ce9cc1598e626a499420c5ee48ae50f Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 24 Jan 2026 11:34:51 +0100 Subject: [PATCH] In testing, fix broken "" parsing. --- src/ledgplom/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ledgplom/testing.py b/src/ledgplom/testing.py index 09d72bd..a6209d7 100644 --- a/src/ledgplom/testing.py +++ b/src/ledgplom/testing.py @@ -13,7 +13,7 @@ from plomlib.web import PlomHttpServer _EXT_DAT = '.dat' _PATH_TESTS = Path('tests') -_TAGS_EXPANDED = {'', '', ''} def run_tests() -> None: -- 2.30.2