Description of problem: Author names which includes words in lowercase gives errors Version-Release number of selected component (if applicable): asciidoc-7.0.2-3.fc6 How reproducible: Always Steps to Reproduce: 1. asciidoc -b docbook test.txt # See attached file 2. 3. Actual results: ERROR: test.txt: line 3: malformed author line Expected results: Correctly processed document Additional info: There is an 8.1.0 version out now...
Created attachment 145261 [details] An asciidoc file showing the problem
Thanks, checking into this one.
This is still a problem with upstream asciidoc.
asciidoc-8.1.0-1.fc7 still shows this (Fedora rawhide, up to date). The upstream version is 8.2.2 now...
Still the same with 8.2.2. Upstream confirms this bug, but it is really that asciidoc doesn't handle names with more than "First Middle Last" (in this case, "Last" is two words). This is to be fixed in the upcoming version...
Created attachment 199071 [details] The example fixed for asciidoc 8.2.3 With the upstream 8.2.3 this can be handled by separating words with '_', as the fixed example shows.
Created attachment 199141 [details] My SPEC file The 8.1.0 spec file (at least) was missing the images directory in %doc, see my updated file here.
Current asciidoc-8.2.5-2.fc9 allows the workaround in #6.