diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
commit | c484829272cd13a738e35412498e12f2c9a194ac (patch) | |
tree | a1f5ec09629ee895bd3963fa8820b45f2f4c574b /test/xml/bom | |
parent | Initial commit. (diff) | |
download | liborcus-c484829272cd13a738e35412498e12f2c9a194ac.tar.xz liborcus-c484829272cd13a738e35412498e12f2c9a194ac.zip |
Adding upstream version 0.19.2.upstream/0.19.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/xml/bom')
-rw-r--r-- | test/xml/bom/check.txt | 11 | ||||
-rw-r--r-- | test/xml/bom/input.xml | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/test/xml/bom/check.txt b/test/xml/bom/check.txt new file mode 100644 index 0000000..3ec9051 --- /dev/null +++ b/test/xml/bom/check.txt @@ -0,0 +1,11 @@ +ns0="http://schemas.openxmlformats.org/package/2006/content-types" +/ns0:Types +/ns0:Types/ns0:Default +/ns0:Types/ns0:Default@ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml" +/ns0:Types/ns0:Default@Extension="xml" +/ns0:Types/ns0:Default +/ns0:Types/ns0:Default@ContentType="application/vnd.openxmlformats-package.relationships+xml" +/ns0:Types/ns0:Default@Extension="rels" +/ns0:Types/ns0:Override +/ns0:Types/ns0:Override@ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml" +/ns0:Types/ns0:Override@PartName="/xl/worksheets/sheet.xml" diff --git a/test/xml/bom/input.xml b/test/xml/bom/input.xml new file mode 100644 index 0000000..2a7290b --- /dev/null +++ b/test/xml/bom/input.xml @@ -0,0 +1 @@ +<?xml version="1.0" encoding="utf-8"?><Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml" /><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" /><Override PartName="/xl/worksheets/sheet.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml" /></Types>
\ No newline at end of file |