We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2222d17 commit d6b37eaCopy full SHA for d6b37ea
1 file changed
test_unstructured/chunking/test_base.py
@@ -1585,6 +1585,7 @@ def it_preserves_nested_table_structure_when_reconstructing_html(self):
1585
assert len(reconstructed.xpath("./tr/td/table/tr")) == 1
1586
assert reconstructed.xpath("string(./tr/td/table/tr/td)").strip() == "Nested"
1587
1588
+
1589
# ================================================================================================
1590
# HTML SPLITTERS
1591
0 commit comments