[Bug 4012] Regex syntax pattern='\p{Nd}{4}-\[{Nd}{2}'

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4012


Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Michael Kay <mike@saxonica.com>  2008-06-20 15:22:39 ---
It appears that the intent of this test was to use the valid pattern

pattern='\p{Nd}{4}-\p{Nd}{2}'

in place of

pattern='\p{Nd}{4}-\[{Nd}{2}'

Fixed the schema to use the corrected pattern.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 20 June 2008 15:23:12 UTC