- From: <bugzilla@jessica.w3.org>
- Date: Fri, 26 Oct 2012 11:08:24 +0000
- To: public-qt-comments@w3.org
- Message-ID: <bug-19716-523@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19716 Priority: P2 Bug ID: 19716 Assignee: oneil@saxonica.com Summary: [QT3TS] numberformat41 QA Contact: public-qt-comments@w3.org Severity: normal Classification: Unclassified OS: Windows NT Reporter: tim@cbcl.co.uk Hardware: PC Status: NEW Version: Working drafts Component: XQuery 3 & XPath 3 Test Suite Product: XPath / XQuery / XSLT I don't think there is any requirement that 'http://foo.ns' and 'http://foo.ns/' be treated as equal, so suggest changing: <namespace prefix="foo" uri="http://foo.ns/"/> <namespace prefix="baz" uri="http://foo.ns/"/> to <namespace prefix="foo" uri="http://foo.ns"/> <namespace prefix="baz" uri="http://foo.ns"/> in the catalog entry. <test-case name="numberformat41"> <description> Creator: David Bertoni Purpose: Test of multiple decimal-format elements with identical qualified names.</description> <created by="Michael Kay, Saxonica" on="2010-12-13"/> <!--SOURCE: numberformat/numberformat41.xml--> <environment> <namespace prefix="foo" uri="http://foo.ns/"/> <namespace prefix="baz" uri="http://foo.ns/"/> <decimal-format xmlns:foo="http://foo.ns" name="foo:decimal1" minus-sign="-" NaN="not a number"/> <decimal-format xmlns:baz="http://foo.ns" name="baz:decimal1" NaN="not a number" decimal-separator="."/> </environment> <dependency type="feature" value="xpath-1.0-compatibility"/> <dependency type="spec" value="XP30+"/> <test>string-join(( format-number('NaN','###','foo:decimal1'), format-number(-13.2,'###.0','foo:decimal1'), format-number('NaN','###','baz:decimal1'), fo -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 26 October 2012 11:08:26 UTC