From 3ce18b72da74e31d7f2184d4aa23791037223549 Mon Sep 17 00:00:00 2001 From: freiheit Date: Sun, 24 Mar 2024 20:10:49 -0700 Subject: [PATCH] Temporarily breaking a test to verify that the github-run tests works --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index f09b5d4..2fbc3b3 100644 --- a/test.py +++ b/test.py @@ -35,6 +35,7 @@ def test_parser_good(self): "4d12 1d10 2d4": {20:0, 12:4, 10:1, 8:0, 6:0, 4:2}, " d4 d6 d8 d12 ": {20:0, 12:1, 10:0, 8:1, 6:1, 4:1}, "1024d20, 500d4": {20:1024, 12:0, 10:0, 8:0, 6:0, 4:500}, + "1023d20, 500d4": {20:1024, 12:0, 10:0, 8:0, 6:0, 4:500}, } for (dstring, dspec) in strings.items(): with self.subTest(dstring=dstring):