diff options
Diffstat (limited to 'bs4/tests/test_fuzz.py')
-rw-r--r-- | bs4/tests/test_fuzz.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bs4/tests/test_fuzz.py b/bs4/tests/test_fuzz.py index a5f2c12..adccb0c 100644 --- a/bs4/tests/test_fuzz.py +++ b/bs4/tests/test_fuzz.py @@ -71,6 +71,9 @@ class TestFuzz(object): # <TABLE>, some ^@ characters, some <math> tags. "clusterfuzz-testcase-minimized-bs4_fuzzer-6600557255327744" + + # Nested table + "crash-0d306a50c8ed8bcd0785b67000fcd5dea1d33f08" ] ) def test_html5lib_parse_errors(self, filename): |