[publican-list] [Bug 474077] New: syntax highlighting bug in java code samples for "number"

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 2 00:52:19 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: syntax highlighting bug in java code samples for "number"

https://bugzilla.redhat.com/show_bug.cgi?id=474077

           Summary: syntax highlighting bug in java code samples for
                    "number"
           Product: Red Hat Enterprise Linux 5
           Version: 5.2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: publican
        AssignedTo: jfearn at redhat.com
        ReportedBy: dmison at redhat.com
         QAContact: ecs-dev-list at redhat.com
                CC: publican-list at redhat.com
    Classification: Red Hat


Description of problem:
Identifies numeric constants but doesn't know how to mark them up & leaves
<xslthl> tags around them.  Similar to Bugzilla #472500

Version-Release number of selected component (if applicable):
0.39

How reproducible:
every time

Steps to Reproduce:
1 - specify language="java" for a programlisting containing numeric constants. 
Doesn't matter if it is inline code or included via xi:include 

<programlisting language="java">i = 5;</programlisting>

Actual results:
i = <xslthl:number>5</xslthl:number>;

Expected results:
i = 5;

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the publican-list mailing list