Add two ignored elements to unit test

This commit is contained in:
Matt Hillebrand
2026-03-06 11:39:00 -08:00
committed by mhillebrand
parent 5806b8e014
commit 00ad6b4c5f
+2
View File
@@ -340,6 +340,8 @@ def test_getting_all_text_from_nested_content():
<span>string4</span>
</div>
string5
<script>ignored</script>
<style>ignored</style>
</main>
</body>
</html>