[epubcheck] branch master updated (2f0de45 -> 51fca26)

Eugene Zhukov eugene-guest at moszumanska.debian.org
Wed Sep 2 18:36:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugene-guest pushed a change to branch master
in repository epubcheck.

      from  2f0de45   Fix version in d/changelog
       new  273fd29   Import v4.0.0
      adds  2f6a12b   Initial upstream branch.
      adds  2da8a56   Imported Upstream version 4.0.0
       new  a35c702   Merge branch 'upstream'
       new  51fca26   Prepare for upload

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes                                     |  15 +
 .gitignore                                         |  41 +
 .travis.yml                                        |  15 +
 .travis/after_success.sh                           |   7 +
 .travis/before_install.sh                          |   4 +
 .travis/settings.xml                               | 116 +++
 README.md                                          |  39 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   1 -
 debian/maven.ignoreRules                           |   1 +
 debian/maven.rules                                 |   5 +-
 pom.xml                                            |  28 +-
 src/main/assembly/dist.xml                         |   8 +-
 src/main/assembly/src.xml                          |   1 -
 .../java/com/adobe/epubcheck/api/EPUBLocation.java | 135 ++++
 .../java/com/adobe/epubcheck/api/EPUBProfile.java  |  74 ++
 .../java/com/adobe/epubcheck/api/EpubCheck.java    | 179 ++--
 .../com/adobe/epubcheck/api/EpubCheckFactory.java  |  25 +-
 .../com/adobe/epubcheck/api/FeatureReport.java     | 134 +++
 .../java/com/adobe/epubcheck/api/MasterReport.java |  23 +-
 .../java/com/adobe/epubcheck/api/QuietReport.java  |   3 +-
 src/main/java/com/adobe/epubcheck/api/Report.java  |   5 +-
 .../com/adobe/epubcheck/bitmap/BitmapChecker.java  |  31 +-
 .../epubcheck/bitmap/BitmapCheckerFactory.java     |  14 +-
 .../java/com/adobe/epubcheck/css/CSSChecker.java   | 102 ++-
 .../com/adobe/epubcheck/css/CSSCheckerFactory.java |  20 +-
 .../java/com/adobe/epubcheck/css/CSSHandler.java   |  45 +-
 .../java/com/adobe/epubcheck/ctc/CheckManager.java |  13 +-
 .../java/com/adobe/epubcheck/ctc/EntitySearch.java |  30 +-
 .../adobe/epubcheck/ctc/Epub3StructureCheck.java   |  10 +-
 .../java/com/adobe/epubcheck/ctc/EpubCSSCheck.java |  39 +-
 .../java/com/adobe/epubcheck/ctc/EpubCfiCheck.java |  18 +-
 .../com/adobe/epubcheck/ctc/EpubExtLinksCheck.java |  24 +-
 .../epubcheck/ctc/EpubHTML5StructureCheck.java     |  17 +-
 .../com/adobe/epubcheck/ctc/EpubLangCheck.java     |  22 +-
 .../java/com/adobe/epubcheck/ctc/EpubNCXCheck.java |  29 +-
 .../java/com/adobe/epubcheck/ctc/EpubNavCheck.java |  43 +-
 .../java/com/adobe/epubcheck/ctc/EpubSVGCheck.java |  22 +-
 .../com/adobe/epubcheck/ctc/EpubScriptCheck.java   |  48 +-
 .../com/adobe/epubcheck/ctc/EpubSpanCheck.java     |  14 +-
 .../com/adobe/epubcheck/ctc/EpubSpineCheck.java    |   7 +-
 .../adobe/epubcheck/ctc/EpubStyleSheetsCheck.java  |  10 +-
 .../adobe/epubcheck/ctc/EpubTextContentCheck.java  |   9 +-
 .../java/com/adobe/epubcheck/ctc/EpubTocCheck.java |   4 +-
 .../com/adobe/epubcheck/ctc/PackageReader.java     |  20 +-
 .../java/com/adobe/epubcheck/ctc/XmlDocParser.java |  42 +-
 .../epubcheck/ctc/css/EpubCSSCheckCSSHandler.java  |  58 +-
 .../epubcheck/ctc/epubpackage/PackageManifest.java |   4 +-
 .../ctc/xml/CSSStyleAttributeHandler.java          |  36 +-
 .../epubcheck/ctc/xml/Epub3StructureHandler.java   |   5 +-
 .../epubcheck/ctc/xml/HTMLTagsAnalyseHandler.java  |  86 +-
 .../adobe/epubcheck/ctc/xml/LinkTagHandler.java    |  12 +-
 .../adobe/epubcheck/ctc/xml/ScriptTagHandler.java  |  26 +-
 .../epubcheck/ctc/xml/XMLContentDocParser.java     |  30 +-
 .../com/adobe/epubcheck/dtbook/DTBookChecker.java  |  70 +-
 .../epubcheck/dtbook/DTBookCheckerFactory.java     |  13 +-
 .../com/adobe/epubcheck/dtbook/DTBookHandler.java  |  75 +-
 .../epubcheck/messages/MessageDictionary.java      | 178 ++--
 .../com/adobe/epubcheck/messages/MessageId.java    |  40 +-
 .../adobe/epubcheck/messages/MessageLocation.java  | 107 ---
 .../java/com/adobe/epubcheck/nav/NavChecker.java   | 135 ++--
 .../com/adobe/epubcheck/nav/NavCheckerFactory.java |  22 +-
 .../java/com/adobe/epubcheck/nav/NavHandler.java   |  75 ++
 .../java/com/adobe/epubcheck/ncx/NCXChecker.java   |  79 +-
 .../com/adobe/epubcheck/ncx/NCXCheckerFactory.java |  13 +-
 .../java/com/adobe/epubcheck/ncx/NCXHandler.java   |  74 +-
 .../java/com/adobe/epubcheck/ocf/OCFChecker.java   | 414 +++++-----
 src/main/java/com/adobe/epubcheck/ocf/OCFData.java |   9 +
 .../adobe/epubcheck/ocf/OCFFilenameChecker.java    |  12 +-
 .../java/com/adobe/epubcheck/ocf/OCFHandler.java   |  42 +-
 .../java/com/adobe/epubcheck/ocf/OCFPackage.java   | 165 ++--
 .../com/adobe/epubcheck/ocf/OCFZipPackage.java     |  26 +-
 .../adobe/epubcheck/opf/ContentCheckerFactory.java |   9 +-
 .../epubcheck/opf/DocumentValidatorFactory.java    |   8 +-
 .../adobe/epubcheck/opf/GenericContentChecker.java |   6 +-
 .../opf/GenericContentCheckerFactory.java          |  12 +-
 .../com/adobe/epubcheck/opf/LinkedResource.java    | 159 ++++
 .../com/adobe/epubcheck/opf/LinkedResources.java   | 134 +++
 .../java/com/adobe/epubcheck/opf/MetadataSet.java  | 560 +++++++++++++
 .../java/com/adobe/epubcheck/opf/OPFChecker.java   | 528 ++++++------
 .../java/com/adobe/epubcheck/opf/OPFChecker30.java | 434 ++++++++--
 .../com/adobe/epubcheck/opf/OPFCheckerFactory.java |  14 +-
 src/main/java/com/adobe/epubcheck/opf/OPFData.java |   5 +-
 .../java/com/adobe/epubcheck/opf/OPFHandler.java   | 621 +++++++-------
 .../java/com/adobe/epubcheck/opf/OPFHandler30.java | 457 ++++++++---
 src/main/java/com/adobe/epubcheck/opf/OPFItem.java | 353 ++++++--
 .../java/com/adobe/epubcheck/opf/OPFItems.java     | 123 +++
 .../java/com/adobe/epubcheck/opf/OPFPeeker.java    |   8 +-
 .../adobe/epubcheck/opf/ResourceCollection.java    | 240 ++++++
 .../adobe/epubcheck/opf/ResourceCollections.java   | 125 +++
 .../com/adobe/epubcheck/opf/ValidationContext.java | 341 ++++++++
 .../com/adobe/epubcheck/opf/VersionRetriever.java  |  10 +-
 .../java/com/adobe/epubcheck/opf/XRefChecker.java  | 444 +++++-----
 .../java/com/adobe/epubcheck/ops/OPSChecker.java   | 193 ++---
 .../com/adobe/epubcheck/ops/OPSCheckerFactory.java |  28 +-
 .../java/com/adobe/epubcheck/ops/OPSHandler.java   | 400 ++++-----
 .../java/com/adobe/epubcheck/ops/OPSHandler30.java | 409 ++++++----
 .../adobe/epubcheck/overlay/OverlayChecker.java    |  89 +-
 .../epubcheck/overlay/OverlayCheckerFactory.java   |  27 +-
 .../adobe/epubcheck/overlay/OverlayHandler.java    |  63 +-
 .../adobe/epubcheck/reporting/CheckMessage.java    |  36 +-
 .../adobe/epubcheck/reporting/CheckingReport.java  |  15 +-
 .../adobe/epubcheck/reporting/ItemMetadata.java    |  10 +-
 .../java/com/adobe/epubcheck/tool/EpubChecker.java | 214 +++--
 .../adobe/epubcheck/util/DefaultReportImpl.java    |   8 +-
 .../java/com/adobe/epubcheck/util/EPUBVersion.java |   8 +-
 .../java/com/adobe/epubcheck/util/FeatureEnum.java |  86 +-
 .../java/com/adobe/epubcheck/util/HandlerUtil.java |   8 +-
 .../java/com/adobe/epubcheck/util/JsonWriter.java  |  25 +-
 .../java/com/adobe/epubcheck/util/KeyValue.java    |  26 +
 .../com/adobe/epubcheck/util/NamespaceHelper.java  |  15 +-
 .../java/com/adobe/epubcheck/util/URISchemes.java  |  91 +++
 .../com/adobe/epubcheck/util/ValidatorMap.java     | 148 ++++
 .../com/adobe/epubcheck/util/WriterReportImpl.java |  10 +-
 .../adobe/epubcheck/util/XmlReportAbstract.java    | 599 +++++++-------
 .../com/adobe/epubcheck/util/XmlReportImpl.java    |  49 +-
 .../com/adobe/epubcheck/util/XmpReportImpl.java    | 466 ++++++-----
 .../adobe/epubcheck/vocab/AltStylesheetVocab.java  |   8 +-
 .../java/com/adobe/epubcheck/vocab/DCMESVocab.java |  27 +
 .../com/adobe/epubcheck/vocab/DataNavVocab.java    |  13 +
 .../java/com/adobe/epubcheck/vocab/DictVocab.java  |  32 +
 .../java/com/adobe/epubcheck/vocab/EnumVocab.java  |  29 +-
 .../com/adobe/epubcheck/vocab/EpubCheckVocab.java  |  51 ++
 .../java/com/adobe/epubcheck/vocab/IndexVocab.java |  26 +
 .../adobe/epubcheck/vocab/MediaOverlaysVocab.java  |   3 +-
 .../com/adobe/epubcheck/vocab/PackageVocabs.java   |  27 +-
 .../epubcheck/vocab/PrefixDeclarationParser.java   |   4 +-
 .../java/com/adobe/epubcheck/vocab/Property.java   |  31 +
 .../com/adobe/epubcheck/vocab/RenditionVocabs.java |  10 +-
 .../adobe/epubcheck/vocab/ScriptedCompVocab.java   |  22 +
 .../adobe/epubcheck/vocab/StagingEdupubVocab.java  |  18 +-
 .../com/adobe/epubcheck/vocab/StructureVocab.java  |   2 +-
 .../java/com/adobe/epubcheck/vocab/VocabUtil.java  |  39 +-
 .../java/com/adobe/epubcheck/xml/XMLHandler.java   |   1 +
 .../java/com/adobe/epubcheck/xml/XMLParser.java    | 608 +++++++-------
 .../com/adobe/epubcheck/xml/XMLValidators.java     |  24 +-
 src/main/java/dict/SearchKeyMapChecker.java        |  87 ++
 .../SearchKeyMapCheckerFactory.java}               |  21 +-
 src/main/java/dict/SearchKeyMapHandler.java        |  70 ++
 .../org/idpf/epubcheck/util/css/CssParser.java     |  36 +-
 src/main/licenses/third-party.properties           |  18 +
 .../epubcheck/messages/MessageBundle.properties    | 142 ++--
 .../epubcheck/messages/MessageBundle_de.properties | 278 +++++++
 .../epubcheck/messages/MessageBundle_es.properties | 277 +++++++
 .../epubcheck/messages/MessageBundle_fr.properties | 287 +++++++
 .../epubcheck/messages/MessageBundle_it.properties | 300 +++++++
 .../epubcheck/messages/MessageBundle_ja.properties |   6 -
 .../com/adobe/epubcheck/ops/registeredSchemas.txt  |  75 --
 .../com/adobe/epubcheck/schema/20/dtd/oebdoc12.dtd | 555 +++++++++++++
 .../adobe/epubcheck/schema/20/rng/xhtml/edit.rng   |   2 +
 .../adobe/epubcheck/schema/20/sch/id-unique.sch    |   8 +-
 .../com/adobe/epubcheck/schema/20/sch/ncx.sch      |   2 +-
 .../com/adobe/epubcheck/schema/20/sch/opf.sch      |  20 +-
 .../com/adobe/epubcheck/schema/20/sch/xhtml.sch    |  12 +
 .../epubcheck/schema/30/datanav/datanav-xhtml.sch  |  40 +
 .../epubcheck/schema/30/dict/dict-collection.sch   |  33 +
 .../adobe/epubcheck/schema/30/dict/dict-opf.sch    |  85 ++
 .../adobe/epubcheck/schema/30/dict/dict-xhtml.sch  |  96 +++
 .../epubcheck/schema/30/dict/search-key-map.rnc    |  25 +
 .../epubcheck/schema/30/edupub/edu-headings.sch    |  68 --
 .../schema/30/edupub/edu-ocf-metadata.sch          |  13 +
 .../adobe/epubcheck/schema/30/edupub/edu-opf.sch   |  55 +-
 .../epubcheck/schema/30/edupub/edu-semantics.sch   |  92 +--
 .../epubcheck/schema/30/edupub/edu-structure.sch   |  93 +++
 .../adobe/epubcheck/schema/30/epub-nav-30-PREP.sch |  70 --
 .../com/adobe/epubcheck/schema/30/epub-nav-30.sch  |  27 +-
 .../adobe/epubcheck/schema/30/epub-svg-30-PREP.sch |  18 -
 .../epubcheck/schema/30/epub-xhtml-30-PREP.sch     | 354 --------
 .../adobe/epubcheck/schema/30/epub-xhtml-30.sch    | 357 ++++----
 .../epubcheck/schema/30/idx/idx-collection.sch     |  20 +
 .../epubcheck/schema/30/idx/idx-xhtml-index.sch    |  26 +
 .../adobe/epubcheck/schema/30/idx/idx-xhtml.sch    | 275 +++++++
 .../epubcheck/schema/30/media-overlay-30-PREP.sch  |  14 -
 .../adobe/epubcheck/schema/30/mod/datatypes.rnc    |   2 +-
 .../schema/30/mod/html5/html5-attrib-30.rnc        |   2 +-
 .../schema/30/mod/html5/html5-document-30.rnc      |   2 +-
 .../schema/30/mod/html5/html5-embed-30.rnc         |   3 +-
 .../schema/30/mod/html5/html5-sections-30.rnc      |   8 +-
 .../adobe/epubcheck/schema/30/mod/id-unique.sch    |   5 +-
 .../schema/30/mod/mathml/mathml3-common.rnc        |   4 +-
 .../schema/30/mod/mathml/mathml3-content.rnc       |   4 +-
 .../schema/30/mod/mathml/mathml3-presentation.rnc  |  19 +-
 .../30/mod/mathml/mathml3-strict-content.rnc       |   6 +-
 .../schema/30/multiple-renditions/container.rnc    |  14 +
 .../schema/30/multiple-renditions/container.sch    |  35 +
 .../schema/30/multiple-renditions/mapping.rnc      |  32 +
 .../schema/30/multiple-renditions/mapping.sch      |  23 +
 .../epubcheck/schema/30/ocf-container-30.nvdl      |  14 +
 .../adobe/epubcheck/schema/30/ocf-container-30.rnc |  43 +-
 .../adobe/epubcheck/schema/30/ocf-metadata-30.nvdl |  14 +
 .../adobe/epubcheck/schema/30/ocf-metadata-30.rnc  |  32 +
 .../adobe/epubcheck/schema/30/ocf-metadata-30.sch  |  95 +++
 .../adobe/epubcheck/schema/30/package-30-PREP.sch  | 127 ---
 .../com/adobe/epubcheck/schema/30/package-30.sch   |  39 +-
 .../schema/30/previews/preview-collection.sch      |  15 +
 .../schema/30/previews/preview-pub-opf.sch         |  20 +
 .../com/adobe/epubcheck/util/messages.properties   |  23 +-
 .../adobe/epubcheck/util/messages_de.properties    |  74 ++
 .../adobe/epubcheck/util/messages_es.properties    |  68 ++
 .../adobe/epubcheck/util/messages_fr.properties    |  71 ++
 .../adobe/epubcheck/util/messages_it.properties    |  79 ++
 .../adobe/epubcheck/util/messages_ja.properties    |   2 +-
 .../datatype/xsd/resources/Messages_de.properties  |  71 ++
 .../datatype/xsd/resources/Messages_it.properties  |  71 ++
 .../datatype/xsd/resources/Messages_ja.properties  |   2 +-
 ...ssages_ja.properties => Messages_de.properties} | 107 +--
 ...ssages_ja.properties => Messages_it.properties} | 109 +--
 .../pattern/resources/Messages_ja.properties       |   2 +-
 .../schematron/resources/Messages.properties       |  11 +
 .../idpf/epubcheck/util/css/messages_de.properties |  20 +
 .../idpf/epubcheck/util/css/messages_it.properties |  20 +
 .../adobe/epubcheck/api/AbstractEpubCheckTest.java | 116 +--
 .../epubcheck/api/Epub20CheckExpandedTest.java     | 129 +--
 .../com/adobe/epubcheck/api/Epub20CheckTest.java   | 143 +---
 .../epubcheck/api/Epub30CheckExpandedTest.java     | 899 ++++++++++++++-------
 .../com/adobe/epubcheck/api/Epub30CheckTest.java   | 284 ++++---
 src/test/java/com/adobe/epubcheck/cli/CLITest.java |   2 +-
 .../com/adobe/epubcheck/nav/NavCheckerTest.java    |  97 +--
 .../com/adobe/epubcheck/ocf/OCFCheckerTest.java    | 196 ++---
 .../epubcheck/ocf/OCFFilenameCheckerTest.java      |  10 +-
 .../com/adobe/epubcheck/opf/MetadataSetTest.java   | 179 ++++
 .../com/adobe/epubcheck/opf/OPFCheckerTest.java    | 680 +++++++++++-----
 .../com/adobe/epubcheck/ops/OPSCheckerTest.java    | 796 ++++++++++--------
 .../epubcheck/overlay/OverlayCheckerTest.java      | 102 +--
 .../epubcheck/test/OutputDifferenceListener.java   |   5 +-
 .../com/adobe/epubcheck/test/TestRunListener.java  |  15 +-
 .../adobe/epubcheck/test/command_line_Test.java    |  15 +-
 src/test/java/com/adobe/epubcheck/test/common.java |  33 +-
 .../java/com/adobe/epubcheck/test/css_Test.java    |  23 +-
 .../java/com/adobe/epubcheck/test/dtBook_Test.java |   6 +-
 .../com/adobe/epubcheck/test/message_coverage.java |  22 +-
 .../java/com/adobe/epubcheck/test/opf_Test.java    |   6 +-
 .../com/adobe/epubcheck/test/package_Test.java     |  96 ++-
 .../java/com/adobe/epubcheck/test/script_Test.java |  10 +-
 .../java/com/adobe/epubcheck/test/toc_Test.java    |   4 +-
 .../java/com/adobe/epubcheck/test/xhtml_Test.java  |   5 +-
 .../com/adobe/epubcheck/util/OPFPeekerTest.java    | 107 ++-
 .../com/adobe/epubcheck/util/ValidationReport.java |  16 +-
 .../adobe/epubcheck/vocab/PrefixParsingTest.java   |  48 +-
 .../java/com/adobe/epubcheck/vocab/VocabTest.java  |  37 +-
 .../org/idpf/epubcheck/util/css/CssParserTest.java |  13 +-
 src/test/resources/20/epub/tests20.xml             |  22 +-
 src/test/resources/20/epub/valid/issue169.txt      |   2 +-
 .../20/epub/valid/issue301-ncx-empty-label.epub    | Bin 0 -> 3363 bytes
 src/test/resources/20/epub/valid/lorem.txt         |   2 +-
 .../20/expanded/invalid/fallbacks-circular.txt     |   4 +-
 .../EPUB/image.abc                                 |   0
 .../EPUB/image.jpeg                                | Bin
 .../EPUB/image.xyz                                 |   0
 .../invalid/fallbacks-nonresolving}/EPUB/lorem.css |   0
 .../EPUB/lorem.ncx                                 |   0
 .../invalid/fallbacks-nonresolving/EPUB/lorem.opf  |  21 +
 .../fallbacks-nonresolving}/EPUB/lorem.xhtml       |   0
 .../EPUB/page-template.xpgt                        |   0
 .../fallbacks-nonresolving}/META-INF/container.xml |   0
 .../mimetype                                       |   0
 .../20/expanded/invalid/lorem-dual-guide.txt       |   2 +-
 .../20/expanded/invalid/lorem-mimetype.txt         |   2 +-
 .../expanded/invalid/lorem-mimetype/EPUB/lorem.ncx |   6 -
 .../invalid/lorem-ncx-badpath/EPUB}/lorem.css      |   0
 .../EPUB/lorem.ncx                                 |   0
 .../EPUB/lorem.opf                                 |   0
 .../EPUB/lorem.xhtml                               |   0
 .../META-INF/container.xml                         |   0
 .../{custom-ns-attr => lorem-ncx-badpath}/mimetype |   0
 .../EPUB/lorem.css                                 |   0
 .../EPUB/lorem.ncx                                 |   8 +-
 .../invalid/ncx-uid-nomatch/EPUB/lorem.opf         |  17 +
 .../ncx-uid-nomatch}/EPUB/lorem.xhtml              |   0
 .../META-INF/container.xml                         |   0
 .../{custom-ns-attr => ncx-uid-nomatch}/mimetype   |   0
 .../EPUB/lorem.css                                 |   0
 .../EPUB/lorem.ncx                                 |   8 +-
 .../expanded/invalid/ncx-uid-spaces/EPUB/lorem.opf |  17 +
 .../ncx-uid-spaces}/EPUB/lorem.xhtml               |   0
 .../META-INF/container.xml                         |   0
 .../{custom-ns-attr => ncx-uid-spaces}/mimetype    |   0
 src/test/resources/20/expanded/valid/fallbacks.txt |   4 +-
 src/test/resources/20/expanded/valid/issue267.txt  |   2 +-
 .../issue332-idspaces/EPUB/Content/content1.xhtml  |  42 +
 .../issue332-idspaces/EPUB/Content/content2.xhtml  |  42 +
 .../valid/issue332-idspaces/EPUB/Image/cover.jpg   | Bin 0 -> 455763 bytes
 .../issue332-idspaces/EPUB/Navigation/toc.ncx      |  27 +
 .../valid/issue332-idspaces/EPUB/Style/style.css   |   9 +
 .../valid/issue332-idspaces/EPUB/package.opf       |  28 +
 .../valid/issue332-idspaces/META-INF/container.xml |   6 +
 .../issue332-idspaces}/mimetype                    |   0
 .../20/expanded/valid/lorem-basic-dual.txt         |   2 +-
 .../20/expanded/valid/lorem-dual-guide.txt         |   4 +-
 .../20/expanded/valid/lorem-uidspaces.txt          |   2 +-
 .../20/expanded/valid/lorem/lorem-basic.txt        |   4 +-
 .../ops/invalid/issue287-nested-hyperlink.xhtml    |  12 +
 .../20/single/ops/invalid/unresolved-entity.xhtml  |   2 +-
 .../ops/valid/issue293-edits-elem-attributes.xhtml |   9 +
 .../edupub-multiple-renditions-nodctype-pub.epub   | Bin 0 -> 248086 bytes
 ...pub-multiple-renditions-nodctype-rendition.epub | Bin 0 -> 248083 bytes
 .../epub/invalid/edupub-pagination-nopagelist.epub | Bin 0 -> 546701 bytes
 .../epub/invalid/edupub-pagination-nosource.epub   | Bin 0 -> 546730 bytes
 .../epub/invalid/edupub-toc-missing-branches.epub  | Bin 0 -> 546775 bytes
 .../invalid/multiple-renditions-badmediaquery.epub | Bin 0 -> 245029 bytes
 .../multiple-renditions-nodctermsmodified.epub     | Bin 0 -> 244968 bytes
 .../invalid/multiple-renditions-nometadata.epub    | Bin 0 -> 244654 bytes
 .../invalid/multiple-renditions-noselection.epub   | Bin 0 -> 244991 bytes
 .../multiple-renditions-undefinedselection.epub    | Bin 0 -> 245028 bytes
 .../30/epub/valid/edupub-multiple-renditions.epub  | Bin 0 -> 248114 bytes
 .../resources/30/epub/valid/edupub-pagination.epub | Bin 0 -> 546759 bytes
 src/test/resources/30/epub/valid/epub30-spec.txt   |   2 +-
 src/test/resources/30/epub/valid/extension-1.txt   |   2 +-
 .../30/epub/valid/font_fallback_chain.txt          |   2 +-
 src/test/resources/30/epub/valid/issue145.txt      |   2 +-
 src/test/resources/30/epub/valid/issue158.txt      |   2 +-
 src/test/resources/30/epub/valid/lorem.txt         |   2 +-
 .../resources/30/epub/valid/mp3-in-manifest.txt    |   2 +-
 .../resources/30/epub/valid/mp3-with-fallback.txt  |   2 +-
 .../30/epub/valid/multiple-renditions.epub         | Bin 0 -> 245038 bytes
 src/test/resources/30/epub/valid/test_svg.txt      |   2 +-
 src/test/resources/30/epub/valid/valid_ncx.txt     |   2 +-
 .../invalid/data-nav-inspine/EPUB/data-nav.xhtml   |  12 +
 .../invalid/data-nav-inspine}/EPUB/lorem.css       |   0
 .../data-nav-inspine}/EPUB/lorem.opf               |   8 +-
 .../data-nav-inspine}/EPUB/lorem.xhtml             |   0
 .../data-nav-inspine}/META-INF/container.xml       |   0
 .../data-nav-inspine}/mimetype                     |   0
 .../data-nav-missing-type/EPUB/data-nav.xhtml      |  12 +
 .../invalid/data-nav-missing-type}/EPUB/lorem.css  |   0
 .../data-nav-missing-type}/EPUB/lorem.opf          |   7 +-
 .../data-nav-missing-type/EPUB}/lorem.xhtml        |   0
 .../data-nav-missing-type}/META-INF/container.xml  |   0
 .../data-nav-missing-type}/mimetype                |   0
 .../data-nav-multiple/EPUB/data-nav-2.xhtml        |  12 +
 .../invalid/data-nav-multiple/EPUB/data-nav.xhtml  |  12 +
 .../invalid/data-nav-multiple}/EPUB/lorem.css      |   0
 .../data-nav-multiple}/EPUB/lorem.opf              |   8 +-
 .../EPUB/lorem.xhtml                               |   0
 .../data-nav-multiple}/META-INF/container.xml      |   0
 .../mimetype                                       |   0
 .../invalid/data-nav-notxhtml}/EPUB/lorem.css      |   0
 .../data-nav-notxhtml}/EPUB/lorem.opf              |   8 +-
 .../EPUB/lorem.xhtml                               |   0
 .../data-nav-notxhtml}/META-INF/container.xml      |   0
 .../mimetype                                       |   0
 .../EPUB/data-nav.xhtml                            |  16 +
 .../data-nav-regionbased-notfxl/EPUB/package.opf   |  19 +
 .../data-nav-regionbased-notfxl/EPUB/page1.xhtml   |  46 ++
 .../data-nav-regionbased-notfxl/EPUB/style.css}    |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../EPUB/lorem.css                                 |   0
 .../EPUB/lorem.opf                                 |   0
 .../EPUB/lorem.xhtml                               |   2 +-
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../EPUB/data-nav.xhtml                            |  86 ++
 .../data-nav-regionbased-struct/EPUB/package.opf   |  21 +
 .../data-nav-regionbased-struct/EPUB/page1.xhtml   |  46 ++
 .../data-nav-regionbased-struct/EPUB/page2.xhtml   |  37 +
 .../data-nav-regionbased-struct/EPUB/style.css}    |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../invalid/dict-invalidcontent/EPUB/dict.xhtml    |  20 +
 .../invalid/dict-invalidcontent/EPUB/nav.xhtml     |  28 +
 .../invalid/dict-invalidcontent/EPUB/package.opf   |  24 +
 .../invalid/dict-invalidcontent/EPUB/search.xml    |   8 +
 .../invalid/dict-invalidcontent/EPUB/style.css}    |   0
 .../dict-invalidcontent}/META-INF/container.xml    |   0
 .../mimetype                                       |   0
 .../dict-multiple-nodictcontent/EPUB/dict1.xhtml   |  20 +
 .../dict-multiple-nodictcontent/EPUB/dict2.xhtml   |  20 +
 .../dict-multiple-nodictcontent/EPUB/nav.xhtml     |  17 +
 .../dict-multiple-nodictcontent/EPUB/package.opf   |  35 +
 .../dict-multiple-nodictcontent/EPUB/search1.xml   |   8 +
 .../dict-multiple-nodictcontent/EPUB/search2.xml   |   8 +
 .../dict-multiple-nodictcontent/EPUB/style.css}    |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../invalid/dict-nodctype-2/EPUB/dict.xhtml        |  20 +
 .../invalid/dict-nodctype-2/EPUB/nav.xhtml         |  16 +
 .../invalid/dict-nodctype-2/EPUB/package.opf       |  23 +
 .../invalid/dict-nodctype-2/EPUB/search.xml        |   8 +
 .../invalid/dict-nodctype-2/EPUB/style.css}        |   0
 .../dict-nodctype-2}/META-INF/container.xml        |   0
 .../mimetype                                       |   0
 .../expanded/invalid/dict-nodctype/EPUB/dict.xhtml |  20 +
 .../expanded/invalid/dict-nodctype/EPUB/nav.xhtml  |  16 +
 .../invalid/dict-nodctype/EPUB/package.opf         |  23 +
 .../expanded/invalid/dict-nodctype/EPUB/search.xml |   8 +
 .../expanded/invalid/dict-nodctype/EPUB/style.css} |   0
 .../invalid/dict-nodctype}/META-INF/container.xml  |   0
 .../{fallbacks-circular => dict-nodctype}/mimetype |   0
 .../dict-single-nodictcontent/EPUB/dict.xhtml      |  20 +
 .../dict-single-nodictcontent/EPUB/nav.xhtml       |  16 +
 .../dict-single-nodictcontent/EPUB/package.opf     |  23 +
 .../dict-single-nodictcontent/EPUB/search.xml      |   8 +
 .../dict-single-nodictcontent/EPUB/style.css}      |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../invalid/dict-skm-badextension/EPUB/dict.xhtml  |  20 +
 .../invalid/dict-skm-badextension/EPUB/nav.xhtml   |  16 +
 .../invalid/dict-skm-badextension/EPUB/package.opf |  23 +
 .../invalid/dict-skm-badextension/EPUB/search.txt  |   8 +
 .../invalid/dict-skm-badextension/EPUB/style.css}  |   0
 .../dict-skm-badextension}/META-INF/container.xml  |   0
 .../mimetype                                       |   0
 .../invalid/dict-skm-invalid/EPUB/dict.xhtml       |  20 +
 .../invalid/dict-skm-invalid/EPUB/nav.xhtml        |  16 +
 .../invalid/dict-skm-invalid/EPUB/package.opf      |  23 +
 .../invalid/dict-skm-invalid/EPUB/search.xml       |   8 +
 .../invalid/dict-skm-invalid/EPUB/style.css}       |   0
 .../dict-skm-invalid}/META-INF/container.xml       |   0
 .../mimetype                                       |   0
 .../invalid/dict-skm-linktocss/EPUB/dict.xhtml     |  20 +
 .../invalid/dict-skm-linktocss/EPUB/nav.xhtml      |  16 +
 .../invalid/dict-skm-linktocss/EPUB/package.opf    |  23 +
 .../invalid/dict-skm-linktocss/EPUB/search.xml     |   8 +
 .../invalid/dict-skm-linktocss/EPUB/style.css}     |   0
 .../dict-skm-linktocss}/META-INF/container.xml     |   0
 .../mimetype                                       |   0
 .../invalid/dict-skm-linktonowhere/EPUB/dict.xhtml |  20 +
 .../invalid/dict-skm-linktonowhere/EPUB/nav.xhtml  |  16 +
 .../dict-skm-linktonowhere/EPUB/package.opf        |  23 +
 .../invalid/dict-skm-linktonowhere/EPUB/search.xml |   8 +
 .../invalid/dict-skm-linktonowhere/EPUB/style.css} |   0
 .../dict-skm-linktonowhere}/META-INF/container.xml |   0
 .../mimetype                                       |   0
 .../expanded/invalid/duplicate-id}/EPUB/lorem.css  |   0
 .../{issue189 => duplicate-id}/EPUB/lorem.opf      |   0
 .../duplicate-id}/EPUB/lorem.xhtml                 |   4 +-
 .../invalid/duplicate-id}/META-INF/container.xml   |   0
 .../{fallbacks-circular => duplicate-id}/mimetype  |   0
 .../invalid/duplicate-resource}/EPUB/lorem.css     |   0
 .../duplicate-resource}/EPUB/lorem.opf             |   5 +-
 .../EPUB/lorem.xhtml                               |   0
 .../duplicate-resource}/META-INF/container.xml     |   0
 .../mimetype                                       |   0
 .../edu-microdata/EPUB/contents.xhtml}             |  16 +-
 .../invalid/edu-microdata/EPUB/package.opf         |  17 +
 .../invalid/edu-microdata}/META-INF/container.xml  |   0
 .../{fallbacks-circular => edu-microdata}/mimetype |   0
 .../edu-missing-lox/EPUB/contents.xhtml}           |  22 +-
 .../invalid/edu-missing-lox/EPUB/package.opf       |  19 +
 .../edu-missing-lox}/META-INF/container.xml        |   0
 .../mimetype                                       |   0
 .../edu-pagination-nopagelist/EPUB/contents.xhtml} |   3 +-
 .../edu-pagination-nopagelist/EPUB/nav.xhtml       |  23 +
 .../edu-pagination-nopagelist/EPUB/package.opf     |  21 +
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../EPUB/contents.xhtml}                           |   3 +-
 .../edu-pagination-nopagesource/EPUB/nav.xhtml     |  28 +
 .../edu-pagination-nopagesource/EPUB/package.opf   |  19 +
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../invalid/href-outofspine/EPUB/1-lorem.xhtml     |  36 +
 .../href-outofspine}/EPUB/2-lorem.xhtml            |   0
 .../invalid/href-outofspine}/EPUB/lorem.css        |   0
 .../invalid/href-outofspine/EPUB/lorem.opf         |  20 +
 .../href-outofspine}/EPUB/nav.xhtml                |  18 +-
 .../href-outofspine}/META-INF/container.xml        |   0
 .../mimetype                                       |   0
 .../EPUB/content.xhtml                             |  28 +
 .../idx-collection-badidxcontent/EPUB/index1.xhtml |  12 +
 .../idx-collection-badidxcontent/EPUB/index2.xhtml |  18 +
 .../idx-collection-badidxcontent/EPUB/package.opf  |  25 +
 .../idx-collection-badidxcontent/EPUB/style.css}   |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../idx-collection-noindex/EPUB/content.xhtml      |  28 +
 .../idx-collection-noindex/EPUB/index1.xhtml       |  18 +
 .../idx-collection-noindex/EPUB/index2.xhtml       |  18 +
 .../idx-collection-noindex/EPUB/package.opf        |  25 +
 .../invalid/idx-collection-noindex/EPUB/style.css} |   0
 .../idx-collection-noindex}/META-INF/container.xml |   0
 .../mimetype                                       |   0
 .../EPUB/content.xhtml                             |  28 +
 .../idx-single-file-badidxcontent/EPUB/index.xhtml |  12 +
 .../idx-single-file-badidxcontent/EPUB/package.opf |  19 +
 .../idx-single-file-badidxcontent/EPUB/style.css}  |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../idx-single-file-noindex/EPUB/content.xhtml     |  28 +
 .../idx-single-file-noindex/EPUB/index.xhtml       |  18 +
 .../idx-single-file-noindex/EPUB/package.opf       |  19 +
 .../idx-single-file-noindex/EPUB/style.css}        |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../idx-whole-pub-badidxcontent/EPUB/index.xhtml   |  32 +
 .../idx-whole-pub-badidxcontent/EPUB/package.opf   |  18 +
 .../idx-whole-pub-badidxcontent/EPUB/style.css}    |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../invalid/idx-whole-pub-noindex/EPUB/index.xhtml |  38 +
 .../invalid/idx-whole-pub-noindex/EPUB/package.opf |  18 +
 .../invalid/idx-whole-pub-noindex/EPUB/style.css}  |   0
 .../idx-whole-pub-noindex}/META-INF/container.xml  |   0
 .../mimetype                                       |   0
 .../expanded/invalid/link-missing}/EPUB/lorem.css  |   0
 .../link-missing}/EPUB/lorem.opf                   |   0
 .../EPUB/lorem.xhtml                               |   0
 .../invalid/link-missing}/META-INF/container.xml   |   0
 .../expanded/invalid/link-missing}/mimetype        |   0
 .../invalid/lorem-encryption/dropped text.txt      |   1 -
 .../EPUB/nav.xhtml}                                |   2 +-
 .../EPUB/package.opf}                              |   6 +-
 .../EPUB/style.css}                                |   0
 .../META-INF/container.xml                         |  12 +
 .../META-INF/metadata.xml                          |   6 +
 .../OTHER/nav.xhtml}                               |   3 +-
 .../OTHER/package.opf}                             |   7 +-
 .../OTHER/style.css}                               |   0
 .../mapping.xhtml                                  |  19 +
 .../mimetype                                       |   0
 .../EPUB/nav.xhtml}                                |   2 +-
 .../EPUB/package.opf}                              |   6 +-
 .../EPUB/style.css}                                |   0
 .../META-INF/container.xml                         |  12 +
 .../META-INF/metadata.xml                          |   6 +
 .../OTHER/nav.xhtml}                               |   3 +-
 .../OTHER/package.opf}                             |   7 +-
 .../OTHER/style.css}                               |   0
 .../mapping.xhtml                                  |  19 +
 .../mimetype                                       |   0
 .../EPUB/nav.xhtml}                                |   2 +-
 .../EPUB/package.opf}                              |   6 +-
 .../EPUB/style.css}                                |   0
 .../META-INF/container.xml                         |  12 +
 .../META-INF/metadata.xml                          |   6 +
 .../OTHER/nav.xhtml}                               |   3 +-
 .../OTHER/package.opf}                             |   7 +-
 .../OTHER/style.css}                               |   0
 .../mapping.xhtml                                  |  18 +
 .../mimetype                                       |   0
 .../EPUB/nav.xhtml}                                |   2 +-
 .../EPUB/package.opf}                              |   6 +-
 .../EPUB/style.css}                                |   0
 .../META-INF/container.xml                         |  12 +
 .../META-INF/metadata.xml                          |   6 +
 .../OTHER/nav.xhtml}                               |   3 +-
 .../OTHER/package.opf}                             |   7 +-
 .../OTHER/style.css}                               |   0
 .../mapping.xhtml                                  |  29 +
 .../mimetype                                       |   0
 .../EPUB/nav.xhtml}                                |   2 +-
 .../EPUB/package.opf}                              |   6 +-
 .../EPUB/style.css}                                |   0
 .../META-INF/container.xml                         |  13 +
 .../META-INF/metadata.xml                          |   6 +
 .../OTHER/nav.xhtml}                               |   3 +-
 .../OTHER/package.opf}                             |   7 +-
 .../OTHER/style.css}                               |   0
 .../mapping.xhtml                                  |  19 +
 .../mapping2.xhtml                                 |  19 +
 .../mimetype                                       |   0
 .../ncx-external-identifier}/EPUB/lorem.css        |   0
 .../ncx-external-identifier}/EPUB/lorem.ncx        |   7 +-
 .../ncx-external-identifier}/EPUB/lorem.opf        |   0
 .../EPUB/lorem.xhtml                               |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../preview-embedded-linkcfi}/EPUB/chapter1.xhtml  |   0
 .../preview-embedded-linkcfi}/EPUB/chapter2.xhtml  |   0
 .../preview-embedded-linkcfi}/EPUB/chapter3.xhtml  |   0
 .../preview-embedded-linkcfi}/EPUB/lorem.css       |   0
 .../preview-embedded-linkcfi}/EPUB/lorem.opf       |   2 +-
 .../preview-embedded-linkcfi}/EPUB/nav.xhtml       |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../preview-embedded-linknoCD}/EPUB/chapter1.xhtml |   0
 .../preview-embedded-linknoCD}/EPUB/chapter2.xhtml |   0
 .../preview-embedded-linknoCD}/EPUB/chapter3.xhtml |   0
 .../preview-embedded-linknoCD}/EPUB/lorem.css      |   0
 .../preview-embedded-linknoCD}/EPUB/lorem.opf      |   2 +-
 .../preview-embedded-linknoCD}/EPUB/nav.xhtml      |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../preview-embedded-nolinks}/EPUB/chapter1.xhtml  |   0
 .../preview-embedded-nolinks}/EPUB/chapter2.xhtml  |   0
 .../preview-embedded-nolinks}/EPUB/chapter3.xhtml  |   0
 .../preview-embedded-nolinks}/EPUB/lorem.css       |   0
 .../preview-embedded-nolinks}/EPUB/lorem.opf       |   2 +-
 .../preview-embedded-nolinks}/EPUB/nav.xhtml       |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../EPUB/chapter1.xhtml                            |   0
 .../EPUB/chapter2.xhtml                            |   0
 .../EPUB/chapter3.xhtml                            |   0
 .../preview-embedded-nomanifest}/EPUB/lorem.css    |   0
 .../preview-embedded-nomanifest}/EPUB/lorem.opf    |   5 -
 .../preview-embedded-nomanifest}/EPUB/nav.xhtml    |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../invalid/preview-pub-nosource}/EPUB/lorem.css   |   0
 .../invalid/preview-pub-nosource/EPUB/lorem.opf    |  21 +
 .../EPUB/lorem.xhtml                               |   0
 .../preview-pub-nosource}/META-INF/container.xml   |   0
 .../mimetype                                       |   0
 .../invalid/preview-pub-notype}/EPUB/lorem.css     |   0
 .../invalid/preview-pub-notype/EPUB/lorem.opf      |  21 +
 .../EPUB/lorem.xhtml                               |   0
 .../preview-pub-notype}/META-INF/container.xml     |   0
 .../mimetype                                       |   0
 .../preview-pub-samesourceid}/EPUB/lorem.css       |   0
 .../preview-pub-samesourceid/EPUB/lorem.opf        |  21 +
 .../EPUB/lorem.xhtml                               |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../invalid/resource-missing}/EPUB/lorem.css       |   0
 .../resource-missing/EPUB}/lorem.opf               |   7 +-
 .../EPUB/lorem.xhtml                               |   0
 .../resource-missing}/META-INF/container.xml       |   0
 .../mimetype                                       |   0
 .../xpgt-no-fallback}/EPUB/lorem.opf               |   6 +-
 .../xpgt-no-fallback}/EPUB/lorem.xhtml             |   2 +-
 .../xpgt-no-fallback}/EPUB/page-template.xpgt      |   0
 .../xpgt-no-fallback}/META-INF/container.xml       |   0
 .../mimetype                                       |   0
 .../30/expanded/valid/cc-shared-culture.txt        |   2 +-
 .../valid/data-nav-basic/EPUB/data-nav.xhtml       |  12 +
 .../expanded/valid/data-nav-basic}/EPUB/lorem.css  |   0
 .../EPUB/lorem.opf                                 |   7 +-
 .../data-nav-basic}/EPUB/lorem.xhtml               |   0
 .../valid/data-nav-basic}/META-INF/container.xml   |   0
 .../data-nav-basic}/mimetype                       |   0
 .../valid/data-nav-regionbased/EPUB/data-nav.xhtml |  16 +
 .../valid/data-nav-regionbased/EPUB/package.opf    |  19 +
 .../valid/data-nav-regionbased/EPUB/page1.xhtml    |  46 ++
 .../valid/data-nav-regionbased/EPUB/style.css}     |   0
 .../data-nav-regionbased}/META-INF/container.xml   |   0
 .../data-nav-regionbased}/mimetype                 |   0
 .../expanded/valid/dict-multiple/EPUB/dict1.xhtml  |  20 +
 .../expanded/valid/dict-multiple/EPUB/dict2.xhtml  |  20 +
 .../30/expanded/valid/dict-multiple/EPUB/nav.xhtml |  17 +
 .../expanded/valid/dict-multiple/EPUB/package.opf  |  35 +
 .../expanded/valid/dict-multiple/EPUB/search1.xml  |   8 +
 .../expanded/valid/dict-multiple/EPUB/search2.xml  |   8 +
 .../expanded/valid/dict-multiple/EPUB/style.css}   |   0
 .../valid/dict-multiple}/META-INF/container.xml    |   0
 .../dict-multiple}/mimetype                        |   0
 .../30/expanded/valid/dict-single/EPUB/dict.xhtml  |  20 +
 .../30/expanded/valid/dict-single/EPUB/nav.xhtml   |  16 +
 .../30/expanded/valid/dict-single/EPUB/package.opf |  23 +
 .../30/expanded/valid/dict-single/EPUB/search.xml  |   9 +
 .../expanded/valid/dict-single/EPUB/style.css}     |   0
 .../valid/dict-single}/META-INF/container.xml      |   0
 .../dict-single}/mimetype                          |   0
 .../lorem.xhtml => edu-basic/EPUB/contents.xhtml}  |  12 +-
 .../30/expanded/valid/edu-basic/EPUB/package.opf   |  17 +
 .../valid/edu-basic}/META-INF/container.xml        |   0
 .../edu-basic}/mimetype                            |   0
 .../30/expanded/valid/edu-fxl/EPUB/contents.xhtml  |  23 +
 .../30/expanded/valid/edu-fxl/EPUB/package.opf     |  18 +
 .../expanded/valid/edu-fxl}/META-INF/container.xml |   0
 .../fallbacks-circular => valid/edu-fxl}/mimetype  |   0
 .../EPUB/contents.xhtml}                           |  12 +-
 .../valid/edu-non-linear/EPUB/nonlinear.xhtml      |  22 +
 .../expanded/valid/edu-non-linear/EPUB/package.opf |  19 +
 .../valid/edu-non-linear}/META-INF/container.xml   |   0
 .../edu-non-linear}/mimetype                       |   0
 src/test/resources/30/expanded/valid/fallbacks.txt |   2 +-
 .../valid/idx-collection/EPUB/content.xhtml        |  28 +
 .../valid/idx-collection/EPUB/index1.xhtml         |  19 +
 .../valid/idx-collection/EPUB/index2.xhtml         |  18 +
 .../expanded/valid/idx-collection/EPUB/package.opf |  25 +
 .../expanded/valid/idx-collection/EPUB/style.css}  |   0
 .../valid/idx-collection}/META-INF/container.xml   |   0
 .../idx-collection}/mimetype                       |   0
 .../valid/idx-single-file/EPUB/content.xhtml       |  28 +
 .../valid/idx-single-file/EPUB/index.xhtml         |  18 +
 .../valid/idx-single-file/EPUB/package.opf         |  19 +
 .../expanded/valid/idx-single-file/EPUB/style.css} |   0
 .../valid/idx-single-file}/META-INF/container.xml  |   0
 .../idx-single-file}/mimetype                      |   0
 .../expanded/valid/idx-whole-pub/EPUB/index.xhtml  |  38 +
 .../expanded/valid/idx-whole-pub/EPUB/package.opf  |  18 +
 .../expanded/valid/idx-whole-pub/EPUB/style.css}   |   0
 .../valid/idx-whole-pub}/META-INF/container.xml    |   0
 .../idx-whole-pub}/mimetype                        |   0
 src/test/resources/30/expanded/valid/issue267.txt  |   2 +-
 .../issue332-idspaces/EPUB/Content/A_cover.xhtml   |  11 +
 .../EPUB/Content/B_pagetitre.xhtml                 |  12 +
 .../EPUB/Content/C_bodymatter.xhtml                |  14 +
 .../valid/issue332-idspaces/EPUB/Image/cover.jpg   | Bin 0 -> 56018 bytes
 .../issue332-idspaces/EPUB/Image/pagetitre.jpg     | Bin 0 -> 51214 bytes
 .../issue332-idspaces/EPUB/Navigation/nav.xhtml    |  21 +
 .../valid/issue332-idspaces/EPUB/Style/style.css   |   3 +
 .../valid/issue332-idspaces/EPUB/package.opf       |  28 +
 .../valid/issue332-idspaces/META-INF/container.xml |   6 +
 .../expanded/valid/issue332-idspaces}/mimetype     |   0
 .../expanded/valid/issue419}/EPUB/lorem.css        |   0
 .../issue189 => valid/issue419}/EPUB/lorem.opf     |   0
 .../EPUB/lorem.xhtml                               |   1 +
 .../valid/issue419}/META-INF/container.xml         |   0
 .../fallbacks-circular => valid/issue419}/mimetype |   0
 .../expanded/valid/issue567/META-INF/container.xml |   6 +
 .../valid/issue567/OEBPS/html/Chapter.xhtml        |  17 +
 .../valid/issue567/OEBPS/images/image1.jpg         | Bin 0 -> 1872367 bytes
 .../expanded/valid/issue567/OEBPS/navigation.xhtml |  21 +
 .../30/expanded/valid/issue567/OEBPS/package.opf   |  28 +
 .../30/expanded/valid/issue567/OEBPS/toc.ncx       |  14 +
 .../expanded/valid/issue567}/mimetype              |   0
 .../resources/30/expanded/valid/lorem-audio.txt    |   2 +-
 .../30/expanded/valid/lorem-basic-dual.txt         |   2 +-
 .../30/expanded/valid/lorem-basic-switch.txt       |   2 +-
 .../resources/30/expanded/valid/lorem-basic.txt    |   2 +-
 .../resources/30/expanded/valid/lorem-bindings.txt |   4 +-
 .../30/expanded/valid/lorem-css-import.txt         |   2 +-
 .../resources/30/expanded/valid/lorem-foreign.txt  |   2 +-
 .../EPUB/1-lorem.xhtml}                            |   9 +-
 .../EPUB/2-lorem.xhtml                             |   0
 .../expanded/valid/lorem-iframe}/EPUB/lorem.css    |   0
 .../30/expanded/valid/lorem-iframe/EPUB/lorem.opf  |  19 +
 .../EPUB/nav.xhtml                                 |  18 +-
 .../valid/lorem-iframe}/META-INF/container.xml     |   0
 .../lorem-iframe}/mimetype                         |   0
 .../resources/30/expanded/valid/lorem-link.txt     |   5 +-
 .../30/expanded/valid/lorem-object-fallbacks.txt   |   2 +-
 .../resources/30/expanded/valid/lorem-poster.txt   |   4 +-
 .../resources/30/expanded/valid/lorem-remote.txt   |   4 +-
 .../resources/30/expanded/valid/lorem-svg-dual.txt |   2 +-
 .../30/expanded/valid/lorem-svg-hyperlink.txt      |   2 +-
 src/test/resources/30/expanded/valid/lorem-svg.txt |   2 +-
 .../valid/lorem-xrenditions/META-INF/container.xml |   7 -
 .../EPUB/nav.xhtml}                                |   2 +-
 .../EPUB/package.opf}                              |   6 +-
 .../EPUB/style.css}                                |   0
 .../META-INF/container.xml                         |  12 +
 .../META-INF/metadata.xml                          |   6 +
 .../OTHER/nav.xhtml}                               |   3 +-
 .../OTHER/package.opf}                             |   7 +-
 .../OTHER/style.css}                               |   0
 .../mapping.xhtml                                  |  30 +
 .../mimetype                                       |   0
 .../EPUB/nav.xhtml}                                |   2 +-
 .../EPUB/package.opf}                              |   6 +-
 .../valid/multiple-renditions/EPUB/style.css}      |   0
 .../multiple-renditions/META-INF/container.xml     |  12 +
 .../multiple-renditions/META-INF/metadata.xml      |   6 +
 .../OTHER/nav.xhtml}                               |   3 +-
 .../OTHER/package.opf}                             |   7 +-
 .../valid/multiple-renditions/OTHER/style.css}     |   0
 .../valid/multiple-renditions/mapping.xhtml        |  19 +
 .../multiple-renditions}/mimetype                  |   0
 .../EPUB/contents.xhtml}                           |  22 +-
 .../valid/non-edu-missing-lox/EPUB/package.opf     |  18 +
 .../non-edu-missing-lox}/META-INF/container.xml    |   0
 .../non-edu-missing-lox}/mimetype                  |   0
 .../EPUB/chapter1.xhtml                            |   0
 .../EPUB/chapter2.xhtml                            |   0
 .../EPUB/chapter3.xhtml                            |   0
 .../valid/preview-embedded}/EPUB/lorem.css         |   0
 .../EPUB/lorem.opf                                 |   0
 .../EPUB/nav.xhtml                                 |   0
 .../valid/preview-embedded}/META-INF/container.xml |   0
 .../preview-embedded}/mimetype                     |   0
 .../expanded/valid/preview-pub}/EPUB/lorem.css     |   0
 .../30/expanded/valid/preview-pub/EPUB/lorem.opf   |  21 +
 .../preview-pub}/EPUB/lorem.xhtml                  |   0
 .../valid/preview-pub}/META-INF/container.xml      |   0
 .../preview-pub}/mimetype                          |   0
 src/test/resources/30/expanded/valid/svg-cover.txt |   2 +-
 .../resources/30/expanded/valid/svg-in-spine.txt   |   6 +-
 .../30/expanded/valid/svg-in-spine/OPS/content.opf |   4 +-
 .../cover.svg => svg-referenced/EPUB/image.svg}    |   0
 .../EPUB/lorem.css                                 |   1 +
 .../expanded/valid/svg-referenced/EPUB/lorem.opf   |  38 +
 .../expanded/valid/svg-referenced/EPUB/lorem.xhtml |  30 +
 .../EPUB/svg-embed-declared.xhtml}                 |  10 +-
 .../EPUB/svg-embed-not-declared.xhtml}             |  10 +-
 .../EPUB/svg-iframe-declared.xhtml}                |  10 +-
 .../EPUB/svg-iframe-not-declared.xhtml}            |  10 +-
 .../EPUB/svg-img-declared.xhtml}                   |  10 +-
 .../EPUB/svg-img-not-declared.xhtml}               |  10 +-
 .../svg-referenced/EPUB/svg-imgdata-declared.xhtml |  14 +
 .../EPUB/svg-imgdata-not-declared.xhtml            |  14 +
 .../EPUB/svg-object-declared.xhtml}                |  10 +-
 .../EPUB/svg-object-not-declared.xhtml}            |  10 +-
 .../valid/svg-referenced}/META-INF/container.xml   |   0
 .../svg-referenced}/mimetype                       |   0
 .../30/expanded/valid/wasteland-basic.txt          |   2 +-
 .../resources/30/expanded/valid/wasteland-otf.txt  |   2 +-
 .../valid/xpgt-explicit-fallback}/EPUB/lorem.css   |   0
 .../EPUB/lorem.opf                                 |   5 +-
 .../EPUB/lorem.xhtml                               |   2 +-
 .../EPUB/page-template.xpgt                        |   0
 .../xpgt-explicit-fallback}/META-INF/container.xml |   0
 .../xpgt-explicit-fallback}/mimetype               |   0
 .../valid/xpgt-implicit-fallback}/EPUB/lorem.css   |   0
 .../EPUB/lorem.opf                                 |   5 +-
 .../EPUB/lorem.xhtml                               |   1 +
 .../EPUB/page-template.xpgt                        |   0
 .../xpgt-implicit-fallback}/META-INF/container.xml |   0
 .../xpgt-implicit-fallback}/mimetype               |   0
 .../resources/30/single/nav/valid/issue538.xhtml   |  21 +
 .../collection-foreign-idpf.org.opf}               |  11 +-
 .../collection-foreign-invalid-uri.opf}            |  11 +-
 ...st-001.opf => collection-manifest-toplevel.opf} |   0
 .../collection-unknown-role.opf}                   |  11 +-
 .../opf/invalid/dict-lang-invalidcollection.opf    |  43 +
 .../opf/invalid/dict-lang-invalidtoplevel.opf      |  24 +
 .../opf/invalid/dict-lang-missingcollection.opf    |  41 +
 .../opf/invalid/dict-lang-missingtoplevel.opf      |  23 +
 .../opf/invalid/dict-lang-undeclaredcollection.opf |  41 +
 .../opf/invalid/dict-lang-undeclaredtoplevel.opf   |  23 +
 .../opf/invalid/dict-multiple-missingresource.opf  |  37 +
 .../opf/invalid/dict-multiple-morethanoneskm.opf   |  38 +
 .../single/opf/invalid/dict-multiple-nonxhtml.opf  |  37 +
 .../30/single/opf/invalid/dict-multiple-noskm.opf  |  34 +
 .../single/opf/invalid/dict-multiple-sharedskm.opf |  35 +
 .../opf/invalid/dict-multiple-subcollection.opf    |  40 +
 .../30/single/opf/invalid/dict-nodctype.opf        |  23 +
 .../30/single/opf/invalid/dict-single-noskm-2.opf  |  23 +
 .../30/single/opf/invalid/dict-single-noskm.opf    |  23 +
 .../single/opf/invalid/dict-skm-badmediatype.opf   |  25 +
 .../30/single/opf/invalid/dict-type-unknown.opf    |  24 +
 .../opf/invalid/dict-undeclaredcollection.opf      |  23 +
 .../opf/invalid/edupub-accessFeature-none.opf      |  20 +
 .../single/opf/invalid/edupub-missing-dc-type.opf  |  19 +
 .../single/opf/invalid/edupub-no-accessFeature.opf |  19 +
 .../invalid/edupub-teacher-edition-no-dc-type.opf  |  21 +
 .../invalid/edupub-teacher-edition-nosource.opf    |  21 +
 .../{item-properties.opf => id-unique-spaces.opf}  |  20 +-
 .../idx-collection-indexgroup-withchild.opf        |  29 +
 .../opf/invalid/idx-collection-invalidchild.opf    |  27 +
 .../invalid/idx-collection-resource-noxhtml.opf    |  24 +
 .../invalid/idx-collection-toplevel-indexgroup.opf |  32 +
 .../{item-properties.opf => item-nomediatype.opf}  |   5 +-
 .../30/single/opf/invalid/item-properties.opf      |   1 +
 .../30/single/opf/invalid/link-in-manifest.opf     |  17 +
 .../opf/invalid/manifest-duplicate-resource.opf    |  18 +
 .../30/single/opf/invalid/meta-refines-cycle.opf   |  20 +
 .../30/single/opf/invalid/prefix-declaration.opf   |   4 +-
 .../30/single/opf/invalid/prefixes-001.opf         |   2 +-
 .../30/single/opf/invalid/prefixes-002.opf         |   4 +-
 .../30/single/opf/invalid/prefixes-003.opf         |   4 +-
 .../30/single/opf/invalid/prefixes-004.opf         |   4 +-
 .../30/single/opf/invalid/prefixes-redeclare.opf   |   4 +-
 .../resources/30/single/opf/invalid/scheme-001.opf |   4 +-
 .../resources/30/single/opf/invalid/scheme-002.opf |   4 +-
 ...llection-valid-do-001.opf => collection-do.opf} |   0
 ...ection-valid-002.opf => collection-foreign.opf} |  11 +-
 ...ection-valid-001.opf => collection-preview.opf} |   2 -
 .../opf/valid/dict-multiple-dedicatedlang.opf      |  42 +
 .../30/single/opf/valid/dict-multiple.opf          |  35 +
 .../30/single/opf/valid/dict-single-typed.opf      |  24 +
 .../resources/30/single/opf/valid/dict-single.opf  |  23 +
 .../30/single/opf/valid/edupub-minimal.opf         |  20 +
 .../30/single/opf/valid/edupub-teacher-edition.opf |  22 +
 .../item-properties.opf => valid/id-spaces.opf}    |  25 +-
 .../single/opf/valid/idx-collection-indexgroup.opf |  52 ++
 .../30/single/opf/valid/idx-collection.opf         |  24 +
 .../resources/30/single/opf/valid/prefixes.opf     |   4 +-
 .../resources/30/single/opf/valid/sc-embedded.opf  |  54 ++
 .../resources/30/single/opf/valid/scheme-001.opf   |   4 +-
 .../30/single/xhtml/invalid/duplicate-id.xhtml     |  10 +
 .../xhtml/invalid/edupub-heading-imgnoalt.xhtml    |  15 +
 .../edupub-sectioning-arialabel-heading.xhtml      |  21 +
 .../invalid/edupub-sectioning-explicit-body.xhtml  |  31 +
 ...pub-sectioning-implicit-body-aria-heading.xhtml |  15 +
 .../invalid/edupub-sectioning-implicit-body.xhtml  |  15 +
 .../xhtml/invalid/edupub-sectioning-subtitle.xhtml |  15 +
 .../single/xhtml/invalid/edupub-sectioning.xhtml   |  31 +
 .../30/single/xhtml/invalid/http-equiv-1.xhtml     |   2 +-
 .../{http-equiv-1.xhtml => http-equiv-2.xhtml}     |   1 +
 .../30/single/xhtml/invalid/index-noindex.xhtml    |  13 +
 .../30/single/xhtml/invalid/index-notonbody.xhtml  |  26 +
 .../xhtml/invalid/issue288-invalid-uri.xhtml       |  14 +
 .../30/single/xhtml/valid/edupub-heading-img.xhtml |  18 +
 .../valid/edupub-sectioning-explicit-body.xhtml    |  48 ++
 .../edupub-sectioning-explicit-sections.xhtml      |  21 +
 .../valid/edupub-sectioning-implicit-body.xhtml    |  47 ++
 .../xhtml/valid/edupub-sectioning-subtitle.xhtml   |  25 +
 .../30/single/xhtml/valid/http-equiv-1.xhtml       |   1 +
 .../resources/30/single/xhtml/valid/index.xhtml    |  18 +
 .../valid/issue282-object-typemustmatch.xhtml      |   8 +
 .../30/single/xhtml/valid/issue296-irc-uri.xhtml   |  13 +
 .../resources/30/single/xhtml/valid/issue340.xhtml |   8 +
 .../resources/30/single/xhtml/valid/issue341.xhtml |   8 +
 .../resources/30/single/xhtml/valid/issue355.xhtml |   8 +
 .../resources/30/single/xhtml/valid/mathml.xhtml   |  29 +
 .../test/DTBook/Basic/OPS/AreYouReadyV3.xml        |   2 +-
 .../adobe/epubcheck/test/DTBook/Basic/OPS/toc.ncx  |   2 +-
 .../test/DTBook/Basic_expected_results.json        |  26 +-
 .../test/DTBook/Basic_expected_results.xml         |   2 +-
 .../failonwarnings_expected_results.json           |  50 +-
 .../command_line/jsonfile_expected_results.json    |  48 +-
 .../listSeverities_expected_results.txt            |  91 ++-
 .../passonwarnings_expected_results.json           |  48 +-
 .../severity_error_expected_results.txt            |  11 +-
 .../severity_fatal_expected_results.txt            |   1 -
 .../severity_overrideBadId_expected_results.txt    |  95 ++-
 ...everity_overrideBadMessage_expected_results.txt |  89 +-
 ...verity_overrideBadSeverity_expected_results.txt |  95 ++-
 ...verity_overrideMissingFile_expected_results.txt |  95 ++-
 .../severity_overrideOk_expected_results.txt       |  93 ++-
 .../severity_usage_expected_results.txt            |  95 ++-
 .../severity_warning_expected_results.txt          |  17 +-
 .../test/command_line/xmlfile_expected_results.xml |   6 +-
 .../test/command_line/xmlfile_expected_results.xmp |  93 +++
 .../test/css/alternate_expected_results.json       |  46 +-
 .../test/css/columns_expected_results.json         |  56 +-
 .../test/css/discouraged_expected_results.json     | 184 ++---
 .../test/css/discouraged_expected_results.xml      |  82 +-
 .../test/css/excessive_epub3_expected_results.json |   8 +-
 .../test/css/font-face_expected_results.json       | 132 +--
 .../test/css/font-face_expected_results.xmp        | 236 ++++++
 .../css/font_encryption_adobe/OEBPS/content.opf    |   7 -
 .../font_encryption_adobe_expected_results.json    |  48 +-
 .../css/font_encryption_idpf_expected_results.json | 112 +--
 .../css/font_encryption_idpf_expected_results.xml  |   2 +-
 .../css/font_encryption_idpf_expected_results.xmp  | 139 ++++
 .../css/font_encryption_unknown/OEBPS/content.opf  |   7 -
 .../font_encryption_unknown_expected_results.json  |  54 +-
 .../test/css/keyframe_expected_results.json        |  54 +-
 .../test/css/multiple_epub2_expected_results.json  |   6 +-
 .../test/css/multiple_epub3_expected_results.json  |  42 +-
 .../test/css/transform_expected_results.json       |  48 +-
 .../test/css/transition_expected_results.json      |  52 +-
 .../test/opf/Epub2_marked_v3_expected_results.json |  26 +-
 .../test/opf/Epub2_marked_v3_expected_results.xml  |  10 +-
 .../epubcheck/test/opf/Epub3_marked_v2/OPS/toc.ncx |   2 +-
 .../test/opf/Epub3_marked_v2_expected_results.json |  63 +-
 .../test/opf/Epub3_marked_v2_expected_results.xml  |  10 +-
 .../opf/Excessive_Spine_Items_epub2/OPS/toc.ncx    |   2 +-
 ...cessive_Spine_Items_epub2_expected_results.json |  66 +-
 ...cessive_Spine_Items_epub3_expected_results.json | 166 ++--
 ..._Items_epub3_fixed_format_expected_results.json | 222 ++---
 ...3_fixed_format_properties_expected_results.json | 218 ++---
 .../epubcheck/test/opf/Fallbacks_epub2/OPS/toc.ncx |   2 +-
 .../test/opf/Fallbacks_epub2_expected_results.json |  18 +-
 .../test/opf/Fallbacks_epub3_expected_results.json |  20 +-
 .../opf/Media-type_handler_expected_results.json   |  46 +-
 .../opf/Mismatched_mimetypes_epub2/OPS/toc.ncx     |   2 +-
 ...ismatched_mimetypes_epub2_expected_results.json |  42 +-
 ...ismatched_mimetypes_epub3_expected_results.json |  46 +-
 .../test/opf/Missing_NAV_epub2/OPS/toc.ncx         |   2 +-
 .../opf/Missing_NAV_epub2_expected_results.json    |  10 +-
 .../opf/Missing_NAV_epub3_expected_results.json    |  12 +-
 .../opf/Missing_NCX_epub2_expected_results.json    |   6 +-
 .../opf/Missing_NCX_epub3_expected_results.json    |  10 +-
 .../opf/Missing_Spine_epub2_expected_results.json  |   8 +-
 .../opf/Missing_Spine_epub3_expected_results.json  |  22 +-
 .../opf/Missing_Spine_epub3_expected_results.xml   |   4 +-
 .../Missing_metadata_epub2_expected_results.json   |  10 +-
 .../Missing_metadata_epub3_expected_results.json   |  32 +-
 .../opf/Missing_unique_id_expected_results.json    |  14 +-
 .../test/opf/Properties_expected_results.json      |  58 +-
 ...ublication_Metadata_epub3_expected_results.json |  10 +-
 ...Publication_Metadata_epub3_expected_results.xml |   2 +-
 .../test/opf/oebps12_expected_results.json         |  36 +-
 .../test/opf/rendition_valid_expected_results.json |  32 +-
 .../test/opf/viewport2_expected_results.json       |  30 +-
 .../test/opf/viewport_expected_results.json        |  68 +-
 .../package/corrupt_file_expected_results.json     |   6 +-
 .../package/empty_archive_expected_results.json    |  16 +-
 .../test/package/empty_dir_expected_results.json   |  18 +-
 .../package/empty_mimetype_expected_results.json   |  18 +-
 .../test/package/image_types_expected_results.json |  22 +-
 .../interesting_paths_epub2/OPS Content/toc.ncx    |   2 +-
 .../interesting_paths_epub2_expected_results.json  |  34 +-
 .../interesting_paths_epub2_expected_results.xml   |   2 +-
 .../interesting_paths_epub3_expected_results.json  |  90 +--
 .../interesting_paths_epub3_expected_results.xml   |  14 +-
 ...sing_container_file_epub2_expected_results.json |  12 +-
 ...sing_container_file_epub3_expected_results.json |  12 +-
 .../package/missing_file_expected_results.json     |   4 +-
 .../missing_mimetype_file_epub2/OPS/toc.ncx        |   2 +-
 ...ssing_mimetype_file_epub2_expected_results.json |  16 +-
 ...ssing_mimetype_file_epub3_expected_results.json |  14 +-
 .../package/missing_ncx_file_expected_results.json |   6 +-
 .../missing_opf_epub_file_expected_results.json    |   8 +-
 .../package/missing_opf_file_expected_results.json |  12 +-
 .../package/missing_toc_file_expected_results.json |  12 +-
 .../test/package/path_resolution/OPS/toc.ncx       |   3 +-
 .../package/path_resolution_expected_results.json  |  48 +-
 .../package/wrong_extension_expected_results.json  |  26 +-
 .../test/package/wrong_type_expected_results.json  |  14 +-
 .../scripts/XMLHttpRequest_expected_results.json   |  50 +-
 .../adobe/epubcheck/test/scripts/epub2/OPS/toc.ncx |   2 +-
 .../test/scripts/epub2_expected_results.json       |  34 +-
 .../test/scripts/epub2_expected_results.xmp        |  87 ++
 .../test/scripts/eval_expected_results.json        |  60 +-
 .../test/scripts/properties_expected_results.json  | 106 +--
 .../test/scripts/storage_expected_results.json     |  68 +-
 .../test/scripts/unused_expected_results.json      |  54 +-
 .../test/toc/fragments_expected_results.json       |  26 +-
 .../test/toc/invalid_ncx_expected_results.json     |  58 +-
 .../toc/missing_epub_type_expected_results.json    |  16 +-
 .../xhtml/External_media_expected_results.json     |  26 +-
 .../test/xhtml/accessibility_expected_results.json |  48 +-
 .../com/adobe/epubcheck/test/xhtml/dtd/OPS/toc.ncx |   1 -
 .../epubcheck/test/xhtml/dtd_expected_results.json | 102 +--
 .../test/xhtml/epubcfi_expected_results.json       |  28 +-
 .../html5_deprecated_epub3_expected_results.json   |  24 +-
 .../epubcheck/test/xhtml/html5_epub2/OPS/toc.ncx   |   2 +-
 .../test/xhtml/html5_epub2_expected_results.json   |  24 +-
 .../test/xhtml/html5_epub3_expected_results.json   |  29 +-
 .../test/xhtml/hyperlinks_expected_results.json    | 137 ++--
 .../test/xhtml/lang_expected_results.json          |  38 +-
 .../test/xhtml/lorem_noxmlns_expected_results.json |  18 +-
 .../xhtml/lorem_pagemaps1_expected_results.json    |  40 +-
 .../xhtml/lorem_pagemaps2_expected_results.json    |  22 +-
 .../xhtml/lorem_pagemaps3_expected_results.json    |  46 +-
 .../xhtml/media_overlays_expected_results.json     | 168 ++--
 .../test/xhtml/namespaces_expected_results.json    |  22 +-
 .../test/xhtml/nesting_expected_results.json       |  32 +-
 .../epubcheck/test/xhtml/singleline/OEBPS/moby.ncx |   2 +-
 .../test/xhtml/singleline_expected_results.json    |  30 +-
 1006 files changed, 22243 insertions(+), 9808 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100755 .travis/after_success.sh
 create mode 100755 .travis/before_install.sh
 create mode 100644 .travis/settings.xml
 create mode 100644 src/main/java/com/adobe/epubcheck/api/EPUBLocation.java
 create mode 100644 src/main/java/com/adobe/epubcheck/api/EPUBProfile.java
 create mode 100644 src/main/java/com/adobe/epubcheck/api/FeatureReport.java
 delete mode 100644 src/main/java/com/adobe/epubcheck/messages/MessageLocation.java
 create mode 100644 src/main/java/com/adobe/epubcheck/nav/NavHandler.java
 create mode 100644 src/main/java/com/adobe/epubcheck/opf/LinkedResource.java
 create mode 100644 src/main/java/com/adobe/epubcheck/opf/LinkedResources.java
 create mode 100644 src/main/java/com/adobe/epubcheck/opf/MetadataSet.java
 create mode 100644 src/main/java/com/adobe/epubcheck/opf/OPFItems.java
 create mode 100644 src/main/java/com/adobe/epubcheck/opf/ResourceCollection.java
 create mode 100644 src/main/java/com/adobe/epubcheck/opf/ResourceCollections.java
 create mode 100644 src/main/java/com/adobe/epubcheck/opf/ValidationContext.java
 create mode 100644 src/main/java/com/adobe/epubcheck/util/KeyValue.java
 create mode 100644 src/main/java/com/adobe/epubcheck/util/URISchemes.java
 create mode 100644 src/main/java/com/adobe/epubcheck/util/ValidatorMap.java
 create mode 100644 src/main/java/com/adobe/epubcheck/vocab/DCMESVocab.java
 create mode 100644 src/main/java/com/adobe/epubcheck/vocab/DataNavVocab.java
 create mode 100644 src/main/java/com/adobe/epubcheck/vocab/DictVocab.java
 create mode 100644 src/main/java/com/adobe/epubcheck/vocab/EpubCheckVocab.java
 create mode 100644 src/main/java/com/adobe/epubcheck/vocab/IndexVocab.java
 create mode 100644 src/main/java/com/adobe/epubcheck/vocab/ScriptedCompVocab.java
 create mode 100644 src/main/java/dict/SearchKeyMapChecker.java
 copy src/main/java/{com/adobe/epubcheck/util/EPUBVersion.java => dict/SearchKeyMapCheckerFactory.java} (67%)
 create mode 100644 src/main/java/dict/SearchKeyMapHandler.java
 create mode 100644 src/main/licenses/third-party.properties
 create mode 100644 src/main/resources/com/adobe/epubcheck/messages/MessageBundle_de.properties
 create mode 100644 src/main/resources/com/adobe/epubcheck/messages/MessageBundle_es.properties
 create mode 100644 src/main/resources/com/adobe/epubcheck/messages/MessageBundle_fr.properties
 create mode 100644 src/main/resources/com/adobe/epubcheck/messages/MessageBundle_it.properties
 delete mode 100644 src/main/resources/com/adobe/epubcheck/ops/registeredSchemas.txt
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/20/dtd/oebdoc12.dtd
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/20/sch/xhtml.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/datanav/datanav-xhtml.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/dict/dict-collection.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/dict/dict-opf.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/dict/dict-xhtml.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/dict/search-key-map.rnc
 delete mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/edupub/edu-headings.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/edupub/edu-ocf-metadata.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/edupub/edu-structure.sch
 delete mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/epub-nav-30-PREP.sch
 delete mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/epub-svg-30-PREP.sch
 delete mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/epub-xhtml-30-PREP.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/idx/idx-collection.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/idx/idx-xhtml-index.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/idx/idx-xhtml.sch
 delete mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/media-overlay-30-PREP.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/multiple-renditions/container.rnc
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/multiple-renditions/container.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/multiple-renditions/mapping.rnc
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/multiple-renditions/mapping.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/ocf-container-30.nvdl
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/ocf-metadata-30.nvdl
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/ocf-metadata-30.rnc
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/ocf-metadata-30.sch
 delete mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/package-30-PREP.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/previews/preview-collection.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/schema/30/previews/preview-pub-opf.sch
 create mode 100644 src/main/resources/com/adobe/epubcheck/util/messages_de.properties
 create mode 100644 src/main/resources/com/adobe/epubcheck/util/messages_es.properties
 create mode 100644 src/main/resources/com/adobe/epubcheck/util/messages_fr.properties
 create mode 100644 src/main/resources/com/adobe/epubcheck/util/messages_it.properties
 create mode 100755 src/main/resources/com/thaiopensource/datatype/xsd/resources/Messages_de.properties
 create mode 100644 src/main/resources/com/thaiopensource/datatype/xsd/resources/Messages_it.properties
 copy src/main/resources/com/thaiopensource/relaxng/pattern/resources/{Messages_ja.properties => Messages_de.properties} (61%)
 copy src/main/resources/com/thaiopensource/relaxng/pattern/resources/{Messages_ja.properties => Messages_it.properties} (61%)
 create mode 100644 src/main/resources/com/thaiopensource/validate/schematron/resources/Messages.properties
 create mode 100644 src/main/resources/org/idpf/epubcheck/util/css/messages_de.properties
 create mode 100644 src/main/resources/org/idpf/epubcheck/util/css/messages_it.properties
 create mode 100644 src/test/java/com/adobe/epubcheck/opf/MetadataSetTest.java
 create mode 100644 src/test/resources/20/epub/valid/issue301-ncx-empty-label.epub
 copy src/test/resources/20/expanded/invalid/{fallbacks-circular => fallbacks-nonresolving}/EPUB/image.abc (100%)
 copy src/test/resources/20/expanded/invalid/{fallbacks-circular => fallbacks-nonresolving}/EPUB/image.jpeg (100%)
 copy src/test/resources/20/expanded/invalid/{fallbacks-circular => fallbacks-nonresolving}/EPUB/image.xyz (100%)
 copy src/test/resources/{30/expanded/valid/lorem-xrenditions => 20/expanded/invalid/fallbacks-nonresolving}/EPUB/lorem.css (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => fallbacks-nonresolving}/EPUB/lorem.ncx (100%)
 create mode 100644 src/test/resources/20/expanded/invalid/fallbacks-nonresolving/EPUB/lorem.opf
 copy src/test/resources/20/expanded/{valid/fallbacks => invalid/fallbacks-nonresolving}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/20/expanded/{valid/fallbacks => invalid/fallbacks-nonresolving}/EPUB/page-template.xpgt (100%)
 rename src/test/resources/{30/expanded/valid/collections-preview => 20/expanded/invalid/fallbacks-nonresolving}/META-INF/container.xml (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => fallbacks-nonresolving}/mimetype (100%)
 rename src/test/resources/{30/expanded/valid/lorem-xrenditions/EPUB_2 => 20/expanded/invalid/lorem-ncx-badpath/EPUB}/lorem.css (100%)
 copy src/test/resources/20/expanded/invalid/{lorem-mimetype => lorem-ncx-badpath}/EPUB/lorem.ncx (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => lorem-ncx-badpath}/EPUB/lorem.opf (100%)
 copy src/test/resources/20/expanded/invalid/{lorem-mimetype => lorem-ncx-badpath}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => lorem-ncx-badpath}/META-INF/container.xml (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => lorem-ncx-badpath}/mimetype (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => ncx-uid-nomatch}/EPUB/lorem.css (100%)
 copy src/test/resources/20/expanded/invalid/{lorem-mimetype => ncx-uid-nomatch}/EPUB/lorem.ncx (70%)
 create mode 100644 src/test/resources/20/expanded/invalid/ncx-uid-nomatch/EPUB/lorem.opf
 copy src/test/resources/20/expanded/{valid/lorem/lorem-basic => invalid/ncx-uid-nomatch}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => ncx-uid-nomatch}/META-INF/container.xml (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => ncx-uid-nomatch}/mimetype (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => ncx-uid-spaces}/EPUB/lorem.css (100%)
 copy src/test/resources/20/expanded/invalid/{lorem-mimetype => ncx-uid-spaces}/EPUB/lorem.ncx (76%)
 create mode 100644 src/test/resources/20/expanded/invalid/ncx-uid-spaces/EPUB/lorem.opf
 copy src/test/resources/20/expanded/{valid/lorem/lorem-basic => invalid/ncx-uid-spaces}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => ncx-uid-spaces}/META-INF/container.xml (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => ncx-uid-spaces}/mimetype (100%)
 create mode 100644 src/test/resources/20/expanded/valid/issue332-idspaces/EPUB/Content/content1.xhtml
 create mode 100644 src/test/resources/20/expanded/valid/issue332-idspaces/EPUB/Content/content2.xhtml
 create mode 100644 src/test/resources/20/expanded/valid/issue332-idspaces/EPUB/Image/cover.jpg
 create mode 100644 src/test/resources/20/expanded/valid/issue332-idspaces/EPUB/Navigation/toc.ncx
 create mode 100644 src/test/resources/20/expanded/valid/issue332-idspaces/EPUB/Style/style.css
 create mode 100644 src/test/resources/20/expanded/valid/issue332-idspaces/EPUB/package.opf
 create mode 100644 src/test/resources/20/expanded/valid/issue332-idspaces/META-INF/container.xml
 copy src/test/resources/20/expanded/{invalid/custom-ns-attr => valid/issue332-idspaces}/mimetype (100%)
 create mode 100644 src/test/resources/20/single/ops/invalid/issue287-nested-hyperlink.xhtml
 create mode 100644 src/test/resources/20/single/ops/valid/issue293-edits-elem-attributes.xhtml
 create mode 100644 src/test/resources/30/epub/invalid/edupub-multiple-renditions-nodctype-pub.epub
 create mode 100644 src/test/resources/30/epub/invalid/edupub-multiple-renditions-nodctype-rendition.epub
 create mode 100644 src/test/resources/30/epub/invalid/edupub-pagination-nopagelist.epub
 create mode 100644 src/test/resources/30/epub/invalid/edupub-pagination-nosource.epub
 create mode 100644 src/test/resources/30/epub/invalid/edupub-toc-missing-branches.epub
 create mode 100644 src/test/resources/30/epub/invalid/multiple-renditions-badmediaquery.epub
 create mode 100644 src/test/resources/30/epub/invalid/multiple-renditions-nodctermsmodified.epub
 create mode 100644 src/test/resources/30/epub/invalid/multiple-renditions-nometadata.epub
 create mode 100644 src/test/resources/30/epub/invalid/multiple-renditions-noselection.epub
 create mode 100644 src/test/resources/30/epub/invalid/multiple-renditions-undefinedselection.epub
 create mode 100644 src/test/resources/30/epub/valid/edupub-multiple-renditions.epub
 create mode 100644 src/test/resources/30/epub/valid/edupub-pagination.epub
 create mode 100644 src/test/resources/30/epub/valid/multiple-renditions.epub
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-inspine/EPUB/data-nav.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-inspine}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/data-nav-inspine}/EPUB/lorem.opf (62%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/data-nav-inspine}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-inspine}/META-INF/container.xml (100%)
 rename src/test/resources/30/expanded/{valid/collections-preview => invalid/data-nav-inspine}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-missing-type/EPUB/data-nav.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-missing-type}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/data-nav-missing-type}/EPUB/lorem.opf (65%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB_2 => invalid/data-nav-missing-type/EPUB}/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-missing-type}/META-INF/container.xml (100%)
 rename src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/data-nav-missing-type}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-multiple/EPUB/data-nav-2.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-multiple/EPUB/data-nav.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-multiple}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/data-nav-multiple}/EPUB/lorem.opf (58%)
 copy src/test/resources/30/expanded/invalid/{lorem-container => data-nav-multiple}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-multiple}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => data-nav-multiple}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-notxhtml}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/data-nav-notxhtml}/EPUB/lorem.opf (65%)
 copy src/test/resources/30/expanded/invalid/{lorem-container => data-nav-notxhtml}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-notxhtml}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => data-nav-notxhtml}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-regionbased-notfxl/EPUB/data-nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-regionbased-notfxl/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-regionbased-notfxl/EPUB/page1.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/data-nav-regionbased-notfxl/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/data-nav-regionbased-notfxl}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => data-nav-regionbased-notfxl}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-regionbased-notindatanav}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/invalid/{issue189 => data-nav-regionbased-notindatanav}/EPUB/lorem.opf (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/data-nav-regionbased-notindatanav}/EPUB/lorem.xhtml (99%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/data-nav-regionbased-notindatanav}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => data-nav-regionbased-notindatanav}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-regionbased-struct/EPUB/data-nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-regionbased-struct/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-regionbased-struct/EPUB/page1.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/data-nav-regionbased-struct/EPUB/page2.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/data-nav-regionbased-struct/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/data-nav-regionbased-struct}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => data-nav-regionbased-struct}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/dict-invalidcontent/EPUB/dict.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-invalidcontent/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-invalidcontent/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/dict-invalidcontent/EPUB/search.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/dict-invalidcontent/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/dict-invalidcontent}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => dict-invalidcontent}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/dict-multiple-nodictcontent/EPUB/dict1.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-multiple-nodictcontent/EPUB/dict2.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-multiple-nodictcontent/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-multiple-nodictcontent/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/dict-multiple-nodictcontent/EPUB/search1.xml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-multiple-nodictcontent/EPUB/search2.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/dict-multiple-nodictcontent/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/dict-multiple-nodictcontent}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => dict-multiple-nodictcontent}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/dict-nodctype-2/EPUB/dict.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-nodctype-2/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-nodctype-2/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/dict-nodctype-2/EPUB/search.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/dict-nodctype-2/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/dict-nodctype-2}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => dict-nodctype-2}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/dict-nodctype/EPUB/dict.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-nodctype/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-nodctype/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/dict-nodctype/EPUB/search.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/dict-nodctype/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/dict-nodctype}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => dict-nodctype}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/dict-single-nodictcontent/EPUB/dict.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-single-nodictcontent/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-single-nodictcontent/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/dict-single-nodictcontent/EPUB/search.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/dict-single-nodictcontent/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/dict-single-nodictcontent}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => dict-single-nodictcontent}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-badextension/EPUB/dict.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-badextension/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-badextension/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-badextension/EPUB/search.txt
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/dict-skm-badextension/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/dict-skm-badextension}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => dict-skm-badextension}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-invalid/EPUB/dict.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-invalid/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-invalid/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-invalid/EPUB/search.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/dict-skm-invalid/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/dict-skm-invalid}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => dict-skm-invalid}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-linktocss/EPUB/dict.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-linktocss/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-linktocss/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-linktocss/EPUB/search.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/dict-skm-linktocss/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/dict-skm-linktocss}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => dict-skm-linktocss}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-linktonowhere/EPUB/dict.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-linktonowhere/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-linktonowhere/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/invalid/dict-skm-linktonowhere/EPUB/search.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/dict-skm-linktonowhere/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/dict-skm-linktonowhere}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => dict-skm-linktonowhere}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/duplicate-id}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/invalid/{issue189 => duplicate-id}/EPUB/lorem.opf (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/duplicate-id}/EPUB/lorem.xhtml (99%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/duplicate-id}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => duplicate-id}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/duplicate-resource}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/duplicate-resource}/EPUB/lorem.opf (72%)
 copy src/test/resources/30/expanded/invalid/{lorem-container => duplicate-resource}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/duplicate-resource}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => duplicate-resource}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB_2/lorem.xhtml => invalid/edu-microdata/EPUB/contents.xhtml} (94%)
 create mode 100644 src/test/resources/30/expanded/invalid/edu-microdata/EPUB/package.opf
 copy src/test/resources/{stress => 30/expanded/invalid/edu-microdata}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => edu-microdata}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB_2/lorem.xhtml => invalid/edu-missing-lox/EPUB/contents.xhtml} (93%)
 create mode 100644 src/test/resources/30/expanded/invalid/edu-missing-lox/EPUB/package.opf
 copy src/test/resources/{stress => 30/expanded/invalid/edu-missing-lox}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => edu-missing-lox}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview/EPUB/chapter2.xhtml => invalid/edu-pagination-nopagelist/EPUB/contents.xhtml} (99%)
 create mode 100644 src/test/resources/30/expanded/invalid/edu-pagination-nopagelist/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/edu-pagination-nopagelist/EPUB/package.opf
 copy src/test/resources/{stress => 30/expanded/invalid/edu-pagination-nopagelist}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => edu-pagination-nopagelist}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview/EPUB/chapter2.xhtml => invalid/edu-pagination-nopagesource/EPUB/contents.xhtml} (99%)
 create mode 100644 src/test/resources/30/expanded/invalid/edu-pagination-nopagesource/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/edu-pagination-nopagesource/EPUB/package.opf
 copy src/test/resources/{stress => 30/expanded/invalid/edu-pagination-nopagesource}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => edu-pagination-nopagesource}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/href-outofspine/EPUB/1-lorem.xhtml
 copy src/test/resources/30/expanded/{valid/lorem-basic-dual => invalid/href-outofspine}/EPUB/2-lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/href-outofspine}/EPUB/lorem.css (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/href-outofspine/EPUB/lorem.opf
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/href-outofspine}/EPUB/nav.xhtml (53%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/href-outofspine}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => href-outofspine}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/idx-collection-badidxcontent/EPUB/content.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-collection-badidxcontent/EPUB/index1.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-collection-badidxcontent/EPUB/index2.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-collection-badidxcontent/EPUB/package.opf
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/idx-collection-badidxcontent/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/idx-collection-badidxcontent}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => idx-collection-badidxcontent}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/idx-collection-noindex/EPUB/content.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-collection-noindex/EPUB/index1.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-collection-noindex/EPUB/index2.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-collection-noindex/EPUB/package.opf
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/idx-collection-noindex/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/idx-collection-noindex}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => idx-collection-noindex}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/idx-single-file-badidxcontent/EPUB/content.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-single-file-badidxcontent/EPUB/index.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-single-file-badidxcontent/EPUB/package.opf
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/idx-single-file-badidxcontent/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/idx-single-file-badidxcontent}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => idx-single-file-badidxcontent}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/idx-single-file-noindex/EPUB/content.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-single-file-noindex/EPUB/index.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-single-file-noindex/EPUB/package.opf
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/idx-single-file-noindex/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/idx-single-file-noindex}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => idx-single-file-noindex}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/idx-whole-pub-badidxcontent/EPUB/index.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-whole-pub-badidxcontent/EPUB/package.opf
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/idx-whole-pub-badidxcontent/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/idx-whole-pub-badidxcontent}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => idx-whole-pub-badidxcontent}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/idx-whole-pub-noindex/EPUB/index.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/idx-whole-pub-noindex/EPUB/package.opf
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/idx-whole-pub-noindex/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/invalid/idx-whole-pub-noindex}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => idx-whole-pub-noindex}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/link-missing}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/lorem-link => invalid/link-missing}/EPUB/lorem.opf (100%)
 copy src/test/resources/30/expanded/invalid/{lorem-container => link-missing}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/link-missing}/META-INF/container.xml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/link-missing}/mimetype (100%)
 delete mode 100644 src/test/resources/30/expanded/invalid/lorem-encryption/dropped text.txt
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.xhtml => invalid/multiple-renditions-mapping-nonxhtml/EPUB/nav.xhtml} (99%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-mapping-nonxhtml/EPUB/package.opf} (70%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-mapping-nonxhtml/EPUB/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-nonxhtml/META-INF/container.xml
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-nonxhtml/META-INF/metadata.xml
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB_2/lorem.xhtml => invalid/multiple-renditions-mapping-nonxhtml/OTHER/nav.xhtml} (98%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-mapping-nonxhtml/OTHER/package.opf} (65%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-mapping-nonxhtml/OTHER/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-nonxhtml/mapping.xhtml
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => multiple-renditions-mapping-nonxhtml}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.xhtml => invalid/multiple-renditions-mapping-noresourcemap/EPUB/nav.xhtml} (99%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-mapping-noresourcemap/EPUB/package.opf} (70%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-mapping-noresourcemap/EPUB/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-noresourcemap/META-INF/container.xml
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-noresourcemap/META-INF/metadata.xml
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB_2/lorem.xhtml => invalid/multiple-renditions-mapping-noresourcemap/OTHER/nav.xhtml} (98%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-mapping-noresourcemap/OTHER/package.opf} (65%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-mapping-noresourcemap/OTHER/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-noresourcemap/mapping.xhtml
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => multiple-renditions-mapping-noresourcemap}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.xhtml => invalid/multiple-renditions-mapping-noversion/EPUB/nav.xhtml} (99%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-mapping-noversion/EPUB/package.opf} (70%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-mapping-noversion/EPUB/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-noversion/META-INF/container.xml
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-noversion/META-INF/metadata.xml
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB_2/lorem.xhtml => invalid/multiple-renditions-mapping-noversion/OTHER/nav.xhtml} (98%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-mapping-noversion/OTHER/package.opf} (65%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-mapping-noversion/OTHER/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-noversion/mapping.xhtml
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => multiple-renditions-mapping-noversion}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.xhtml => invalid/multiple-renditions-mapping-untypednav/EPUB/nav.xhtml} (99%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-mapping-untypednav/EPUB/package.opf} (70%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-mapping-untypednav/EPUB/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-untypednav/META-INF/container.xml
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-untypednav/META-INF/metadata.xml
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB_2/lorem.xhtml => invalid/multiple-renditions-mapping-untypednav/OTHER/nav.xhtml} (98%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-mapping-untypednav/OTHER/package.opf} (65%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-mapping-untypednav/OTHER/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-mapping-untypednav/mapping.xhtml
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => multiple-renditions-mapping-untypednav}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.xhtml => invalid/multiple-renditions-multiple-mappings/EPUB/nav.xhtml} (99%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-multiple-mappings/EPUB/package.opf} (70%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-multiple-mappings/EPUB/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-multiple-mappings/META-INF/container.xml
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-multiple-mappings/META-INF/metadata.xml
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB_2/lorem.xhtml => invalid/multiple-renditions-multiple-mappings/OTHER/nav.xhtml} (98%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB/lorem.opf => invalid/multiple-renditions-multiple-mappings/OTHER/package.opf} (65%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/invalid/multiple-renditions-multiple-mappings/OTHER/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-multiple-mappings/mapping.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/multiple-renditions-multiple-mappings/mapping2.xhtml
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => multiple-renditions-multiple-mappings}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/ncx-external-identifier}/EPUB/lorem.css (100%)
 copy src/test/resources/{20/expanded/invalid/lorem-mimetype => 30/expanded/invalid/ncx-external-identifier}/EPUB/lorem.ncx (78%)
 copy src/test/resources/30/expanded/{valid/lorem-basic-ncx => invalid/ncx-external-identifier}/EPUB/lorem.opf (100%)
 copy src/test/resources/30/expanded/invalid/{lorem-container => ncx-external-identifier}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/ncx-external-identifier}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => ncx-external-identifier}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linkcfi}/EPUB/chapter1.xhtml (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linkcfi}/EPUB/chapter2.xhtml (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linkcfi}/EPUB/chapter3.xhtml (100%)
 rename src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linkcfi}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linkcfi}/EPUB/lorem.opf (95%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linkcfi}/EPUB/nav.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-embedded-linkcfi}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => preview-embedded-linkcfi}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linknoCD}/EPUB/chapter1.xhtml (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linknoCD}/EPUB/chapter2.xhtml (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linknoCD}/EPUB/chapter3.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/xhtml-extension => 30/expanded/invalid/preview-embedded-linknoCD}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linknoCD}/EPUB/lorem.opf (96%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-linknoCD}/EPUB/nav.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-embedded-linknoCD}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => preview-embedded-linknoCD}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nolinks}/EPUB/chapter1.xhtml (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nolinks}/EPUB/chapter2.xhtml (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nolinks}/EPUB/chapter3.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/xhtml-extension => 30/expanded/invalid/preview-embedded-nolinks}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nolinks}/EPUB/lorem.opf (96%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nolinks}/EPUB/nav.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-embedded-nolinks}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => preview-embedded-nolinks}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nomanifest}/EPUB/chapter1.xhtml (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nomanifest}/EPUB/chapter2.xhtml (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nomanifest}/EPUB/chapter3.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/xhtml-extension => 30/expanded/invalid/preview-embedded-nomanifest}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nomanifest}/EPUB/lorem.opf (81%)
 copy src/test/resources/30/expanded/{valid/collections-preview => invalid/preview-embedded-nomanifest}/EPUB/nav.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-embedded-nomanifest}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => preview-embedded-nomanifest}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-pub-nosource}/EPUB/lorem.css (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/preview-pub-nosource/EPUB/lorem.opf
 copy src/test/resources/30/expanded/invalid/{lorem-container => preview-pub-nosource}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-pub-nosource}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => preview-pub-nosource}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-pub-notype}/EPUB/lorem.css (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/preview-pub-notype/EPUB/lorem.opf
 copy src/test/resources/30/expanded/invalid/{lorem-container => preview-pub-notype}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-pub-notype}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => preview-pub-notype}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-pub-samesourceid}/EPUB/lorem.css (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/preview-pub-samesourceid/EPUB/lorem.opf
 copy src/test/resources/30/expanded/invalid/{lorem-container => preview-pub-samesourceid}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/preview-pub-samesourceid}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => preview-pub-samesourceid}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/resource-missing}/EPUB/lorem.css (100%)
 rename src/test/resources/30/expanded/{valid/lorem-xrenditions/EPUB_2 => invalid/resource-missing/EPUB}/lorem.opf (63%)
 copy src/test/resources/30/expanded/invalid/{lorem-container => resource-missing}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/resource-missing}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => resource-missing}/mimetype (100%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/xpgt-no-fallback}/EPUB/lorem.opf (66%)
 copy src/test/resources/30/expanded/{valid/lorem-xrenditions => invalid/xpgt-no-fallback}/EPUB/lorem.xhtml (98%)
 copy src/test/resources/{20/expanded/valid/fallbacks => 30/expanded/invalid/xpgt-no-fallback}/EPUB/page-template.xpgt (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/xpgt-no-fallback}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{fallbacks-circular => xpgt-no-fallback}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/data-nav-basic/EPUB/data-nav.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/data-nav-basic}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions => data-nav-basic}/EPUB/lorem.opf (65%)
 copy src/test/resources/30/expanded/{invalid/lorem-container => valid/data-nav-basic}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/data-nav-basic}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/data-nav-basic}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/data-nav-regionbased/EPUB/data-nav.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/data-nav-regionbased/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/valid/data-nav-regionbased/EPUB/page1.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/data-nav-regionbased/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/valid/data-nav-regionbased}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/data-nav-regionbased}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/dict-multiple/EPUB/dict1.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/dict-multiple/EPUB/dict2.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/dict-multiple/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/dict-multiple/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/valid/dict-multiple/EPUB/search1.xml
 create mode 100644 src/test/resources/30/expanded/valid/dict-multiple/EPUB/search2.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/dict-multiple/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/valid/dict-multiple}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/dict-multiple}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/dict-single/EPUB/dict.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/dict-single/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/dict-single/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/valid/dict-single/EPUB/search.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/dict-single/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/valid/dict-single}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/dict-single}/mimetype (100%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB_2/lorem.xhtml => edu-basic/EPUB/contents.xhtml} (96%)
 create mode 100644 src/test/resources/30/expanded/valid/edu-basic/EPUB/package.opf
 copy src/test/resources/{stress => 30/expanded/valid/edu-basic}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/edu-basic}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/edu-fxl/EPUB/contents.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/edu-fxl/EPUB/package.opf
 copy src/test/resources/{stress => 30/expanded/valid/edu-fxl}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/edu-fxl}/mimetype (100%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB_2/lorem.xhtml => edu-non-linear/EPUB/contents.xhtml} (96%)
 create mode 100644 src/test/resources/30/expanded/valid/edu-non-linear/EPUB/nonlinear.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/edu-non-linear/EPUB/package.opf
 copy src/test/resources/{stress => 30/expanded/valid/edu-non-linear}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/edu-non-linear}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/idx-collection/EPUB/content.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/idx-collection/EPUB/index1.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/idx-collection/EPUB/index2.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/idx-collection/EPUB/package.opf
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/idx-collection/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/valid/idx-collection}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/idx-collection}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/idx-single-file/EPUB/content.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/idx-single-file/EPUB/index.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/idx-single-file/EPUB/package.opf
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/idx-single-file/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/valid/idx-single-file}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/idx-single-file}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/idx-whole-pub/EPUB/index.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/idx-whole-pub/EPUB/package.opf
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/idx-whole-pub/EPUB/style.css} (100%)
 copy src/test/resources/{stress => 30/expanded/valid/idx-whole-pub}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/idx-whole-pub}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/issue332-idspaces/EPUB/Content/A_cover.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/issue332-idspaces/EPUB/Content/B_pagetitre.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/issue332-idspaces/EPUB/Content/C_bodymatter.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/issue332-idspaces/EPUB/Image/cover.jpg
 create mode 100644 src/test/resources/30/expanded/valid/issue332-idspaces/EPUB/Image/pagetitre.jpg
 create mode 100644 src/test/resources/30/expanded/valid/issue332-idspaces/EPUB/Navigation/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/issue332-idspaces/EPUB/Style/style.css
 create mode 100644 src/test/resources/30/expanded/valid/issue332-idspaces/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/valid/issue332-idspaces/META-INF/container.xml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/issue332-idspaces}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/issue419}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/{invalid/issue189 => valid/issue419}/EPUB/lorem.opf (100%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions => issue419}/EPUB/lorem.xhtml (99%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/issue419}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/issue419}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/issue567/META-INF/container.xml
 create mode 100644 src/test/resources/30/expanded/valid/issue567/OEBPS/html/Chapter.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/issue567/OEBPS/images/image1.jpg
 create mode 100644 src/test/resources/30/expanded/valid/issue567/OEBPS/navigation.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/issue567/OEBPS/package.opf
 create mode 100644 src/test/resources/30/expanded/valid/issue567/OEBPS/toc.ncx
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/issue567}/mimetype (100%)
 copy src/test/resources/30/expanded/valid/{collections-preview/EPUB/chapter3.xhtml => lorem-iframe/EPUB/1-lorem.xhtml} (98%)
 copy src/test/resources/30/expanded/valid/{lorem-basic-dual => lorem-iframe}/EPUB/2-lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/lorem-iframe}/EPUB/lorem.css (100%)
 create mode 100644 src/test/resources/30/expanded/valid/lorem-iframe/EPUB/lorem.opf
 copy src/test/resources/30/expanded/valid/{collections-preview => lorem-iframe}/EPUB/nav.xhtml (53%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/lorem-iframe}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/lorem-iframe}/mimetype (100%)
 delete mode 100644 src/test/resources/30/expanded/valid/lorem-xrenditions/META-INF/container.xml
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB/lorem.xhtml => multiple-renditions-mapping-multiplenavs/EPUB/nav.xhtml} (99%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB/lorem.opf => multiple-renditions-mapping-multiplenavs/EPUB/package.opf} (70%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/multiple-renditions-mapping-multiplenavs/EPUB/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/valid/multiple-renditions-mapping-multiplenavs/META-INF/container.xml
 create mode 100644 src/test/resources/30/expanded/valid/multiple-renditions-mapping-multiplenavs/META-INF/metadata.xml
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB_2/lorem.xhtml => multiple-renditions-mapping-multiplenavs/OTHER/nav.xhtml} (98%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB/lorem.opf => multiple-renditions-mapping-multiplenavs/OTHER/package.opf} (65%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/multiple-renditions-mapping-multiplenavs/OTHER/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/valid/multiple-renditions-mapping-multiplenavs/mapping.xhtml
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/multiple-renditions-mapping-multiplenavs}/mimetype (100%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB/lorem.xhtml => multiple-renditions/EPUB/nav.xhtml} (99%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB/lorem.opf => multiple-renditions/EPUB/package.opf} (70%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/multiple-renditions/EPUB/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/valid/multiple-renditions/META-INF/container.xml
 create mode 100644 src/test/resources/30/expanded/valid/multiple-renditions/META-INF/metadata.xml
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB_2/lorem.xhtml => multiple-renditions/OTHER/nav.xhtml} (98%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB/lorem.opf => multiple-renditions/OTHER/package.opf} (65%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr/EPUB/lorem.css => 30/expanded/valid/multiple-renditions/OTHER/style.css} (100%)
 create mode 100644 src/test/resources/30/expanded/valid/multiple-renditions/mapping.xhtml
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/multiple-renditions}/mimetype (100%)
 rename src/test/resources/30/expanded/valid/{lorem-xrenditions/EPUB_2/lorem.xhtml => non-edu-missing-lox/EPUB/contents.xhtml} (93%)
 create mode 100644 src/test/resources/30/expanded/valid/non-edu-missing-lox/EPUB/package.opf
 copy src/test/resources/{stress => 30/expanded/valid/non-edu-missing-lox}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/non-edu-missing-lox}/mimetype (100%)
 rename src/test/resources/30/expanded/valid/{collections-preview => preview-embedded}/EPUB/chapter1.xhtml (100%)
 rename src/test/resources/30/expanded/valid/{collections-preview => preview-embedded}/EPUB/chapter2.xhtml (100%)
 rename src/test/resources/30/expanded/valid/{collections-preview => preview-embedded}/EPUB/chapter3.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/xhtml-extension => 30/expanded/valid/preview-embedded}/EPUB/lorem.css (100%)
 rename src/test/resources/30/expanded/valid/{collections-preview => preview-embedded}/EPUB/lorem.opf (100%)
 copy src/test/resources/30/expanded/valid/{collections-preview => preview-embedded}/EPUB/nav.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/preview-embedded}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/preview-embedded}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/preview-pub}/EPUB/lorem.css (100%)
 create mode 100644 src/test/resources/30/expanded/valid/preview-pub/EPUB/lorem.opf
 copy src/test/resources/30/expanded/{invalid/lorem-container => valid/preview-pub}/EPUB/lorem.xhtml (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/preview-pub}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/preview-pub}/mimetype (100%)
 copy src/test/resources/30/expanded/valid/{svg-in-spine/OPS/Images/cover.svg => svg-referenced/EPUB/image.svg} (100%)
 rename src/test/resources/30/expanded/valid/{lorem-xrenditions => svg-referenced}/EPUB/lorem.css (74%)
 create mode 100644 src/test/resources/30/expanded/valid/svg-referenced/EPUB/lorem.opf
 create mode 100644 src/test/resources/30/expanded/valid/svg-referenced/EPUB/lorem.xhtml
 copy src/test/resources/30/expanded/valid/{collections-preview/EPUB/nav.xhtml => svg-referenced/EPUB/svg-embed-declared.xhtml} (53%)
 copy src/test/resources/30/expanded/valid/{collections-preview/EPUB/nav.xhtml => svg-referenced/EPUB/svg-embed-not-declared.xhtml} (53%)
 copy src/test/resources/30/expanded/valid/{collections-preview/EPUB/nav.xhtml => svg-referenced/EPUB/svg-iframe-declared.xhtml} (53%)
 copy src/test/resources/30/expanded/valid/{collections-preview/EPUB/nav.xhtml => svg-referenced/EPUB/svg-iframe-not-declared.xhtml} (53%)
 copy src/test/resources/30/expanded/valid/{collections-preview/EPUB/nav.xhtml => svg-referenced/EPUB/svg-img-declared.xhtml} (53%)
 copy src/test/resources/30/expanded/valid/{collections-preview/EPUB/nav.xhtml => svg-referenced/EPUB/svg-img-not-declared.xhtml} (53%)
 create mode 100644 src/test/resources/30/expanded/valid/svg-referenced/EPUB/svg-imgdata-declared.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/svg-referenced/EPUB/svg-imgdata-not-declared.xhtml
 copy src/test/resources/30/expanded/valid/{collections-preview/EPUB/nav.xhtml => svg-referenced/EPUB/svg-object-declared.xhtml} (53%)
 rename src/test/resources/30/expanded/valid/{collections-preview/EPUB/nav.xhtml => svg-referenced/EPUB/svg-object-not-declared.xhtml} (53%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/svg-referenced}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/svg-referenced}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/xpgt-explicit-fallback}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions => xpgt-explicit-fallback}/EPUB/lorem.opf (67%)
 copy src/test/resources/30/expanded/valid/{lorem-xrenditions => xpgt-explicit-fallback}/EPUB/lorem.xhtml (98%)
 copy src/test/resources/{20/expanded/valid/fallbacks => 30/expanded/valid/xpgt-explicit-fallback}/EPUB/page-template.xpgt (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/xpgt-explicit-fallback}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/xpgt-explicit-fallback}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/xpgt-implicit-fallback}/EPUB/lorem.css (100%)
 rename src/test/resources/30/expanded/valid/{lorem-xrenditions => xpgt-implicit-fallback}/EPUB/lorem.opf (68%)
 rename src/test/resources/30/expanded/valid/{lorem-xrenditions => xpgt-implicit-fallback}/EPUB/lorem.xhtml (98%)
 copy src/test/resources/{20/expanded/valid/fallbacks => 30/expanded/valid/xpgt-implicit-fallback}/EPUB/page-template.xpgt (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/xpgt-implicit-fallback}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/fallbacks-circular => valid/xpgt-implicit-fallback}/mimetype (100%)
 create mode 100644 src/test/resources/30/single/nav/valid/issue538.xhtml
 copy src/test/resources/30/single/opf/{valid/collection-valid-002.opf => invalid/collection-foreign-idpf.org.opf} (65%)
 copy src/test/resources/30/single/opf/{valid/collection-valid-002.opf => invalid/collection-foreign-invalid-uri.opf} (65%)
 rename src/test/resources/30/single/opf/invalid/{collection-invalid-manifest-001.opf => collection-manifest-toplevel.opf} (100%)
 copy src/test/resources/30/single/opf/{valid/collection-valid-002.opf => invalid/collection-unknown-role.opf} (65%)
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-lang-invalidcollection.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-lang-invalidtoplevel.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-lang-missingcollection.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-lang-missingtoplevel.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-lang-undeclaredcollection.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-lang-undeclaredtoplevel.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-multiple-missingresource.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-multiple-morethanoneskm.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-multiple-nonxhtml.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-multiple-noskm.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-multiple-sharedskm.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-multiple-subcollection.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-nodctype.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-single-noskm-2.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-single-noskm.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-skm-badmediatype.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-type-unknown.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/dict-undeclaredcollection.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/edupub-accessFeature-none.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/edupub-missing-dc-type.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/edupub-no-accessFeature.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/edupub-teacher-edition-no-dc-type.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/edupub-teacher-edition-nosource.opf
 copy src/test/resources/30/single/opf/invalid/{item-properties.opf => id-unique-spaces.opf} (62%)
 create mode 100644 src/test/resources/30/single/opf/invalid/idx-collection-indexgroup-withchild.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/idx-collection-invalidchild.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/idx-collection-resource-noxhtml.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/idx-collection-toplevel-indexgroup.opf
 copy src/test/resources/30/single/opf/invalid/{item-properties.opf => item-nomediatype.opf} (86%)
 create mode 100644 src/test/resources/30/single/opf/invalid/link-in-manifest.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/manifest-duplicate-resource.opf
 create mode 100644 src/test/resources/30/single/opf/invalid/meta-refines-cycle.opf
 rename src/test/resources/30/single/opf/valid/{collection-valid-do-001.opf => collection-do.opf} (100%)
 rename src/test/resources/30/single/opf/valid/{collection-valid-002.opf => collection-foreign.opf} (65%)
 rename src/test/resources/30/single/opf/valid/{collection-valid-001.opf => collection-preview.opf} (93%)
 create mode 100644 src/test/resources/30/single/opf/valid/dict-multiple-dedicatedlang.opf
 create mode 100644 src/test/resources/30/single/opf/valid/dict-multiple.opf
 create mode 100644 src/test/resources/30/single/opf/valid/dict-single-typed.opf
 create mode 100644 src/test/resources/30/single/opf/valid/dict-single.opf
 create mode 100644 src/test/resources/30/single/opf/valid/edupub-minimal.opf
 create mode 100644 src/test/resources/30/single/opf/valid/edupub-teacher-edition.opf
 copy src/test/resources/30/single/opf/{invalid/item-properties.opf => valid/id-spaces.opf} (50%)
 create mode 100644 src/test/resources/30/single/opf/valid/idx-collection-indexgroup.opf
 create mode 100644 src/test/resources/30/single/opf/valid/idx-collection.opf
 create mode 100644 src/test/resources/30/single/opf/valid/sc-embedded.opf
 create mode 100644 src/test/resources/30/single/xhtml/invalid/duplicate-id.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/invalid/edupub-heading-imgnoalt.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/invalid/edupub-sectioning-arialabel-heading.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/invalid/edupub-sectioning-explicit-body.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/invalid/edupub-sectioning-implicit-body-aria-heading.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/invalid/edupub-sectioning-implicit-body.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/invalid/edupub-sectioning-subtitle.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/invalid/edupub-sectioning.xhtml
 copy src/test/resources/30/single/xhtml/invalid/{http-equiv-1.xhtml => http-equiv-2.xhtml} (93%)
 create mode 100644 src/test/resources/30/single/xhtml/invalid/index-noindex.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/invalid/index-notonbody.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/invalid/issue288-invalid-uri.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/edupub-heading-img.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/edupub-sectioning-explicit-body.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/edupub-sectioning-explicit-sections.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/edupub-sectioning-implicit-body.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/edupub-sectioning-subtitle.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/index.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/issue282-object-typemustmatch.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/issue296-irc-uri.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/issue340.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/issue341.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/issue355.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/mathml.xhtml
 create mode 100644 src/test/resources/com/adobe/epubcheck/test/command_line/xmlfile_expected_results.xmp
 create mode 100644 src/test/resources/com/adobe/epubcheck/test/css/font-face_expected_results.xmp
 create mode 100644 src/test/resources/com/adobe/epubcheck/test/css/font_encryption_idpf_expected_results.xmp
 create mode 100644 src/test/resources/com/adobe/epubcheck/test/scripts/epub2_expected_results.xmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/epubcheck.git



More information about the pkg-java-commits mailing list