Skip to content

Commit 277b980

Browse files
committed
test: regenerate groundtruth for omml_multi_equation_paragraph
Re-run document conversion with current code to update .itxt and .json groundtruth files. The .itxt had stale structure from the previous programmatic fixture; the new real-document conversion produces the correct output with three separate formula items. Signed-off-by: giulio-leone <giulio97.leone@gmail.com>
1 parent 4570c2f commit 277b980

2 files changed

Lines changed: 8 additions & 14 deletions

File tree

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
Issue 3: Concatenated equation blocks
2-
3-
The paragraph below contains three separate <m:oMath> elements.
4-
Expected: three separate $$ blocks ($$a = b$$, $$c = d$$, $$e = f$$)
5-
Docling produces: one $$ block with all equations concatenated.
6-
7-
All three <m:oMath> elements are siblings inside a single <w:p>.
8-
9-
$$a=b$$
10-
11-
$$c=d$$
12-
13-
$$e=f$$
1+
item-0 at level 0: unspecified: group _root_
2+
item-1 at level 1: section: group header-0
3+
item-2 at level 2: section_header: Issue 3: Concatenated equation blocks
4+
item-3 at level 3: text: The paragraph below contains thr ... ts are siblings inside a single <w:p>.
5+
item-4 at level 3: formula: a=b
6+
item-5 at level 3: formula: c=d
7+
item-6 at level 3: formula: e=f

tests/data/groundtruth/docling_v2/omml_multi_equation_paragraph.docx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.10.0",
3+
"version": "1.9.0",
44
"name": "omml_multi_equation_paragraph",
55
"origin": {
66
"mimetype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",

0 commit comments

Comments
 (0)