Public bug reported:

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.

** Affects: zorba
     Importance: Low
     Assignee: William Candillon (wcandillon)
         Status: New


** Tags: xqdoc

-- 
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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to