Update partitioning the raw tree (means converting it to "non-raw" tree)

Finally achieves to pass the first internaltree test.
This commit is contained in:
Thelonius Kort
2023-01-04 14:21:55 +01:00
parent f54c08193b
commit 4949797343
2 changed files with 85 additions and 24 deletions

View File

@ -24,6 +24,6 @@ defmodule Outlook.InternalTree do
# validate_sibling_collocation(tree)
tree
|> RawInternalBasic.set_split_markers()
|> RawInternalBasic.partition_textnodes()
|> RawInternalBasic.partition_to_tunits()
end
end