[Bug 29825] [FO31] (editorial) Some inline code samples with more than one function name in it get hyperlinked, leading to hard-to-read text

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29825

--- Comment #3 from Michael Kay <mike@saxonica.com> ---
Many of those that are not underlined are marked up as executable examples
rather than with code markup:

            <fos:test>
               <fos:expression>fn:number($item1/quantity)</fos:expression>
               <fos:result>5.0e0</fos:result>
            </fos:test>

There is actually a step in the build process to run these examples as test
cases, but it's a while since I ran it (mainly because until recently, there
have been many examples that weren't yet executable in Saxon).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 20 September 2016 21:36:01 UTC