diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:17:03 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:17:03 -0400 |
commit | c40948bed16b8f22bdae93be00634c3f2bbde55f (patch) | |
tree | 7f190f5f4160aa1c0ed48db1c89ef4ca4b416b61 | |
parent | 37f5c73d481b82fdfdfa2411806807f81db3268f (diff) |
Linked another html5lib crash to the fuzz tests.
-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): |