Bug 222125 - Bad handling of author names with lowercase letters
Summary: Bad handling of author names with lowercase letters
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: asciidoc
Version: rawhide
Hardware: noarch
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Wright
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-10 16:08 UTC by Horst H. von Brand
Modified: 2008-01-02 19:26 UTC (History)
0 users

Fixed In Version: asciidoc-8.2.5-2.fc9
Clone Of:
Environment:
Last Closed: 2008-01-02 19:26:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
An asciidoc file showing the problem (204 bytes, text/plain)
2007-01-10 16:08 UTC, Horst H. von Brand
no flags Details
The example fixed for asciidoc 8.2.3 (106 bytes, text/plain)
2007-09-19 02:43 UTC, Horst H. von Brand
no flags Details
My SPEC file (3.74 KB, text/x-rpm-spec)
2007-09-19 03:39 UTC, Horst H. von Brand
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.