jacshore / epubcheck

Automatically exported from code.google.com/p/epubcheck
MIT License
0 stars 0 forks source link

EXCEPTION string output ill formatted #263

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PROBLEM:

Following output is ill formatted
EXCEPTION: bla.epub/OEBPS/content.opfContent is not allowed in prolog.

METHOD:

What steps will reproduce the problem?
1. invalid content for .opf file (in my case first line contained the string 
"bla")

RESULT:

Above output.

EXPECTED:

There's a ": " missing after the filename, should be:
EXCEPTION: bla.epub/OEBPS/content.opf: Content is not allowed in prolog.

PLATFORM:

OS-X, 10.6.8

ADDITIONAL INFO:

Original issue reported on code.google.com by jens.tro...@gmail.com on 17 Apr 2013 at 9:41

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r460.

Original comment by tledou...@gmail.com on 18 Apr 2013 at 8:36

GoogleCodeExporter commented 8 years ago

Original comment by rdeltour@gmail.com on 27 May 2013 at 10:27