diff --git a/src/odr/internal/ooxml/text/ooxml_text_parser.cpp b/src/odr/internal/ooxml/text/ooxml_text_parser.cpp index 4be10069..a5da87d5 100644 --- a/src/odr/internal/ooxml/text/ooxml_text_parser.cpp +++ b/src/odr/internal/ooxml/text/ooxml_text_parser.cpp @@ -200,6 +200,7 @@ parse_any_element_tree(ElementRegistry ®istry, const pugi::xml_node node) { {"w:tab", parse_text_element}, {"w:p", create_default_tree_parser(ElementType::paragraph)}, {"w:r", create_default_tree_parser(ElementType::span)}, + {"w:br", create_default_tree_parser(ElementType::line_break)}, {"w:bookmarkStart", create_default_tree_parser(ElementType::bookmark)}, {"w:hyperlink", create_default_tree_parser(ElementType::link)}, {"w:tbl", parse_table_element}, diff --git a/test/data/input/odr-private b/test/data/input/odr-private index af793b4f..014d6a6e 160000 --- a/test/data/input/odr-private +++ b/test/data/input/odr-private @@ -1 +1 @@ -Subproject commit af793b4f565d7eaca5e1d6c3884b9c043dd5a133 +Subproject commit 014d6a6e3c3aceafce1ff475338688115b8847b9 diff --git a/test/data/reference-output/odr-private b/test/data/reference-output/odr-private index 7e1a3710..4c00a769 160000 --- a/test/data/reference-output/odr-private +++ b/test/data/reference-output/odr-private @@ -1 +1 @@ -Subproject commit 7e1a37102f28ce47a05847fa0fbacd9dd7f8af25 +Subproject commit 4c00a7690d753c5af8d503fe324f63c97ff17e6f diff --git a/test/data/reference-output/odr-public b/test/data/reference-output/odr-public index 6ec7b846..ed13801a 160000 --- a/test/data/reference-output/odr-public +++ b/test/data/reference-output/odr-public @@ -1 +1 @@ -Subproject commit 6ec7b846471a2020e20daeab6689ab4e24e3afe2 +Subproject commit ed13801a4d4d5c83ffecbb1b3430523d6ee4fcbe