remove assert looking for new compatibilityMode DOCX
[LibreOffice.git] / sw / qa / extras / layout / data / tdf155611_table_and_nested_section.fodt
blob28c0701ea2fc0f7729d604e3f8ce29ccaf877d4e
1 <?xml version="1.0" encoding="UTF-8"?>
3 <office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
4 <office:body>
5 <office:text>
6 <text:section text:name="Outer section">
7 <table:table>
8 <table:table-column table:number-columns-repeated="2"/>
9 <table:table-row>
10 <table:table-cell>
11 <text:p>foo</text:p>
12 </table:table-cell>
13 <table:table-cell>
14 <text:p>bar</text:p>
15 <table:table>
16 <table:table-column/>
17 <table:table-row>
18 <table:table-cell>
19 <text:p>baz</text:p>
20 </table:table-cell>
21 </table:table-row>
22 </table:table>
23 </table:table-cell>
24 </table:table-row>
25 </table:table>
26 <text:section text:name="Inner section">
27 <text:p>abc</text:p>
28 </text:section>
29 </text:section>
30 <text:p/>
31 </office:text>
32 </office:body>
33 </office:document>