zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #08383
[Bug 959833] Re: <pre> blocks in XQDoc have unequal spacing
** Changed in: zorba
Milestone: 2.5 => None
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/959833
Title:
<pre> blocks in XQDoc have unequal spacing
Status in Zorba - The XQuery Processor:
New
Bug description:
Given:
(:~
: For example:
: <pre>
: if ( ft:stem( "apples" ) eq "apple" ) ** WRONG **
: </pre>
: Instead do:
: <pre>
: if ( ft:stem( "apples" ) eq ft:stem( "apple" ) ) ** CORRECT **
: </pre>
:)
one gets what's shown in the attached screen-shot. As can be seen,
there's more space below the line of code than above -- it should be
equal.
Additionally, the whitespace between the surrounding text should be
increased -- see second attached screen-shot.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/959833/+subscriptions
References