barraclough@apple.com | 33fd41d | 2009-05-01 04:10:25 +0000 | [diff] [blame] | 1 | description( |
2 | |||||
3 | 'Test for rdar:/68455379, a case-insensitive regex containing a character class containing a range with an upper bound of \uFFFF can lead to an infinite-loop.' | ||||
4 | |||||
5 | ); | ||||
6 | |||||
7 | shouldBe('("A".match(/[\u0001-\uFFFF]/i) == "A")', 'true'); |