From 67b6be461885bbbccaeb8df6391284cfd51e2fe7 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Mon, 11 Nov 2019 15:42:08 +0900 Subject: [PATCH] chore: move fixture --- .../hello_libre_oficce/[Content_Types].xml | 0 .../hello_libre_oficce/_rels/.rels | 0 .../hello_libre_oficce/docProps/app.xml | 0 .../hello_libre_oficce/docProps/core.xml | 0 .../hello_libre_oficce/hello.docx | Bin .../hello_libre_oficce/word/_rels/document.xml.rels | 0 .../hello_libre_oficce/word/document.xml | 0 .../hello_libre_oficce/word/fontTable.xml | 0 .../hello_libre_oficce/word/styles.xml | 0 .../hello_world/[Content_Types].xml | 0 .../fixtures => fixtures}/hello_world/_rels/.rels | 0 .../hello_world/docProps/app.xml | 0 .../hello_world/docProps/core.xml | 0 .../hello_world/hello_world.docx | Bin .../hello_world/word/_rels/document.xml.rels | 0 .../hello_world/word/_rels/footer1.xml.rels | 0 .../hello_world/word/_rels/header1.xml.rels | 0 .../hello_world/word/document.xml | 0 .../hello_world/word/footer1.xml | 0 .../hello_world/word/footnotes.xml | 0 .../hello_world/word/header1.xml | 0 .../hello_world/word/numbering.xml | 0 .../hello_world/word/styles.xml | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename {docx-core/fixtures => fixtures}/hello_libre_oficce/[Content_Types].xml (100%) rename {docx-core/fixtures => fixtures}/hello_libre_oficce/_rels/.rels (100%) rename {docx-core/fixtures => fixtures}/hello_libre_oficce/docProps/app.xml (100%) rename {docx-core/fixtures => fixtures}/hello_libre_oficce/docProps/core.xml (100%) rename {docx-core/fixtures => fixtures}/hello_libre_oficce/hello.docx (100%) rename {docx-core/fixtures => fixtures}/hello_libre_oficce/word/_rels/document.xml.rels (100%) rename {docx-core/fixtures => fixtures}/hello_libre_oficce/word/document.xml (100%) rename {docx-core/fixtures => fixtures}/hello_libre_oficce/word/fontTable.xml (100%) rename {docx-core/fixtures => fixtures}/hello_libre_oficce/word/styles.xml (100%) rename {docx-core/fixtures => fixtures}/hello_world/[Content_Types].xml (100%) rename {docx-core/fixtures => fixtures}/hello_world/_rels/.rels (100%) rename {docx-core/fixtures => fixtures}/hello_world/docProps/app.xml (100%) rename {docx-core/fixtures => fixtures}/hello_world/docProps/core.xml (100%) rename {docx-core/fixtures => fixtures}/hello_world/hello_world.docx (100%) rename {docx-core/fixtures => fixtures}/hello_world/word/_rels/document.xml.rels (100%) rename {docx-core/fixtures => fixtures}/hello_world/word/_rels/footer1.xml.rels (100%) rename {docx-core/fixtures => fixtures}/hello_world/word/_rels/header1.xml.rels (100%) rename {docx-core/fixtures => fixtures}/hello_world/word/document.xml (100%) rename {docx-core/fixtures => fixtures}/hello_world/word/footer1.xml (100%) rename {docx-core/fixtures => fixtures}/hello_world/word/footnotes.xml (100%) rename {docx-core/fixtures => fixtures}/hello_world/word/header1.xml (100%) rename {docx-core/fixtures => fixtures}/hello_world/word/numbering.xml (100%) rename {docx-core/fixtures => fixtures}/hello_world/word/styles.xml (100%) diff --git a/docx-core/fixtures/hello_libre_oficce/[Content_Types].xml b/fixtures/hello_libre_oficce/[Content_Types].xml similarity index 100% rename from docx-core/fixtures/hello_libre_oficce/[Content_Types].xml rename to fixtures/hello_libre_oficce/[Content_Types].xml diff --git a/docx-core/fixtures/hello_libre_oficce/_rels/.rels b/fixtures/hello_libre_oficce/_rels/.rels similarity index 100% rename from docx-core/fixtures/hello_libre_oficce/_rels/.rels rename to fixtures/hello_libre_oficce/_rels/.rels diff --git a/docx-core/fixtures/hello_libre_oficce/docProps/app.xml b/fixtures/hello_libre_oficce/docProps/app.xml similarity index 100% rename from docx-core/fixtures/hello_libre_oficce/docProps/app.xml rename to fixtures/hello_libre_oficce/docProps/app.xml diff --git a/docx-core/fixtures/hello_libre_oficce/docProps/core.xml b/fixtures/hello_libre_oficce/docProps/core.xml similarity index 100% rename from docx-core/fixtures/hello_libre_oficce/docProps/core.xml rename to fixtures/hello_libre_oficce/docProps/core.xml diff --git a/docx-core/fixtures/hello_libre_oficce/hello.docx b/fixtures/hello_libre_oficce/hello.docx similarity index 100% rename from docx-core/fixtures/hello_libre_oficce/hello.docx rename to fixtures/hello_libre_oficce/hello.docx diff --git a/docx-core/fixtures/hello_libre_oficce/word/_rels/document.xml.rels b/fixtures/hello_libre_oficce/word/_rels/document.xml.rels similarity index 100% rename from docx-core/fixtures/hello_libre_oficce/word/_rels/document.xml.rels rename to fixtures/hello_libre_oficce/word/_rels/document.xml.rels diff --git a/docx-core/fixtures/hello_libre_oficce/word/document.xml b/fixtures/hello_libre_oficce/word/document.xml similarity index 100% rename from docx-core/fixtures/hello_libre_oficce/word/document.xml rename to fixtures/hello_libre_oficce/word/document.xml diff --git a/docx-core/fixtures/hello_libre_oficce/word/fontTable.xml b/fixtures/hello_libre_oficce/word/fontTable.xml similarity index 100% rename from docx-core/fixtures/hello_libre_oficce/word/fontTable.xml rename to fixtures/hello_libre_oficce/word/fontTable.xml diff --git a/docx-core/fixtures/hello_libre_oficce/word/styles.xml b/fixtures/hello_libre_oficce/word/styles.xml similarity index 100% rename from docx-core/fixtures/hello_libre_oficce/word/styles.xml rename to fixtures/hello_libre_oficce/word/styles.xml diff --git a/docx-core/fixtures/hello_world/[Content_Types].xml b/fixtures/hello_world/[Content_Types].xml similarity index 100% rename from docx-core/fixtures/hello_world/[Content_Types].xml rename to fixtures/hello_world/[Content_Types].xml diff --git a/docx-core/fixtures/hello_world/_rels/.rels b/fixtures/hello_world/_rels/.rels similarity index 100% rename from docx-core/fixtures/hello_world/_rels/.rels rename to fixtures/hello_world/_rels/.rels diff --git a/docx-core/fixtures/hello_world/docProps/app.xml b/fixtures/hello_world/docProps/app.xml similarity index 100% rename from docx-core/fixtures/hello_world/docProps/app.xml rename to fixtures/hello_world/docProps/app.xml diff --git a/docx-core/fixtures/hello_world/docProps/core.xml b/fixtures/hello_world/docProps/core.xml similarity index 100% rename from docx-core/fixtures/hello_world/docProps/core.xml rename to fixtures/hello_world/docProps/core.xml diff --git a/docx-core/fixtures/hello_world/hello_world.docx b/fixtures/hello_world/hello_world.docx similarity index 100% rename from docx-core/fixtures/hello_world/hello_world.docx rename to fixtures/hello_world/hello_world.docx diff --git a/docx-core/fixtures/hello_world/word/_rels/document.xml.rels b/fixtures/hello_world/word/_rels/document.xml.rels similarity index 100% rename from docx-core/fixtures/hello_world/word/_rels/document.xml.rels rename to fixtures/hello_world/word/_rels/document.xml.rels diff --git a/docx-core/fixtures/hello_world/word/_rels/footer1.xml.rels b/fixtures/hello_world/word/_rels/footer1.xml.rels similarity index 100% rename from docx-core/fixtures/hello_world/word/_rels/footer1.xml.rels rename to fixtures/hello_world/word/_rels/footer1.xml.rels diff --git a/docx-core/fixtures/hello_world/word/_rels/header1.xml.rels b/fixtures/hello_world/word/_rels/header1.xml.rels similarity index 100% rename from docx-core/fixtures/hello_world/word/_rels/header1.xml.rels rename to fixtures/hello_world/word/_rels/header1.xml.rels diff --git a/docx-core/fixtures/hello_world/word/document.xml b/fixtures/hello_world/word/document.xml similarity index 100% rename from docx-core/fixtures/hello_world/word/document.xml rename to fixtures/hello_world/word/document.xml diff --git a/docx-core/fixtures/hello_world/word/footer1.xml b/fixtures/hello_world/word/footer1.xml similarity index 100% rename from docx-core/fixtures/hello_world/word/footer1.xml rename to fixtures/hello_world/word/footer1.xml diff --git a/docx-core/fixtures/hello_world/word/footnotes.xml b/fixtures/hello_world/word/footnotes.xml similarity index 100% rename from docx-core/fixtures/hello_world/word/footnotes.xml rename to fixtures/hello_world/word/footnotes.xml diff --git a/docx-core/fixtures/hello_world/word/header1.xml b/fixtures/hello_world/word/header1.xml similarity index 100% rename from docx-core/fixtures/hello_world/word/header1.xml rename to fixtures/hello_world/word/header1.xml diff --git a/docx-core/fixtures/hello_world/word/numbering.xml b/fixtures/hello_world/word/numbering.xml similarity index 100% rename from docx-core/fixtures/hello_world/word/numbering.xml rename to fixtures/hello_world/word/numbering.xml diff --git a/docx-core/fixtures/hello_world/word/styles.xml b/fixtures/hello_world/word/styles.xml similarity index 100% rename from docx-core/fixtures/hello_world/word/styles.xml rename to fixtures/hello_world/word/styles.xml