Bug 222125

Summary: Bad handling of author names with lowercase letters
Product: [Fedora] Fedora Reporter: Horst H. von Brand <vonbrand>
Component: asciidocAssignee: Chris Wright <chrisw>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: noarch   
OS: Linux   
Whiteboard:
Fixed In Version: asciidoc-8.2.5-2.fc9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-02 19:26:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
An asciidoc file showing the problem
none
The example fixed for asciidoc 8.2.3
none
My SPEC file none

Description Horst H. von Brand 2007-01-10 16:08:52 UTC
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...

Comment 1 Horst H. von Brand 2007-01-10 16:08:53 UTC
Created attachment 145261 [details]
An asciidoc file showing the problem

Comment 2 Chris Wright 2007-03-19 23:30:17 UTC
Thanks, checking into this one.

Comment 3 Chris Wright 2007-03-20 01:35:19 UTC
This is still a problem with upstream asciidoc.

Comment 4 Horst H. von Brand 2007-09-07 22:33:28 UTC
asciidoc-8.1.0-1.fc7 still shows this (Fedora rawhide, up to date). The upstream
version is 8.2.2 now...

Comment 5 Horst H. von Brand 2007-09-10 20:55:37 UTC
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... 

Comment 6 Horst H. von Brand 2007-09-19 02:43:45 UTC
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.

Comment 7 Horst H. von Brand 2007-09-19 03:39:34 UTC
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.

Comment 8 Horst H. von Brand 2008-01-02 19:26:41 UTC
Current asciidoc-8.2.5-2.fc9 allows the workaround in #6.