- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 27 Nov 2006 18:07:25 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4023
Summary: fn-abs-more-args-024 is incorrect
Product: XML Query Test Suite
Version: 1.0.2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: frans.englich@telia.com
QAContact: public-qt-comments@w3.org
fn-abs-more-args-024's query reads:
fn:abs(xs:unsignedShort("-0"))
But signs aren't allowed in unsigned types like unsignedShort. Here's the
relevant spec section:
3.3.23.1 Lexical representation
unsignedShort has a lexical representation consisting of a finite-length
sequence of decimal digits (#x30-#x39). For example: 0, 12678, 10000.
Test author is Pulkita Tyag.
That this gets reported first now, tells a bit about implementations'
conformance on this area..
Received on Monday, 27 November 2006 18:07:42 UTC