[Bug 28581] New: [xslt30ts] test set "static": whitespace

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

            Bug ID: 28581
           Summary: [xslt30ts] test set "static": whitespace
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0 Test Suite
          Assignee: abel.online@xs4all.nl
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org

Tests in the new "static" test set have incorrect whitespace in their expected
results. For example static-001 does

   <xsl:template name="xsl:initial-template" expand-text="yes">
      {$static-param}
   </xsl:template>

and expects a result which is the value of $static-param, without any
surrounding whitespace. The spec contains nothing which suggests the whitespace
should be stripped, indeed it says:

"Fixed parts consisting entirely of whitespace are significant and are handled
in the same way as any other fixed part. This is different from the default
treatment of "boundary space" in XQuery."

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

Received on Wednesday, 29 April 2015 09:47:20 UTC