This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4120 - Regex patterns containing unescaped parentheses
Summary: Regex patterns containing unescaped parentheses
Status: RESOLVED FIXED
Alias: None
Product: XML Schema Test Suite
Classification: Unclassified
Component: Microsoft tests (show other bugs)
Version: 2006-11-06
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Henry S. Thompson
QA Contact: XML Schema Test Suite mailing list
URL:
Whiteboard: metadata updated 2010-01-26
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-01 12:01 UTC by Michael Kay
Modified: 2010-01-26 14:11 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2007-01-01 12:01:01 UTC
The following tests have a schema that uses the pattern ")(", which is invalid because a right parenthesis must be escaped. The metadata describes the tests as valid.

   <test group="RegexTest_655" name="RegexTest_655"/>
   <test group="RegexTest_791" name="RegexTest_791"/>
   <test group="RegexTest_1139" name="RegexTest_1139"/>
   <test group="RegexTest_1275" name="RegexTest_1275"/>
Comment 1 Henry S. Thompson 2010-01-26 14:11:42 UTC
Checked bad with MSM's regex parser