blob: f8feb9c4d8c2a5b3e2281509e84b73bdb7686edc [file] [log] [blame]
Test for rdar:/68455379, a case-insensitive regex containing a character class containing a range with an upper bound of ￿ can lead to an infinite-loop.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS ("A".match(/[-￿]/i) == "A") is true
PASS successfullyParsed is true
TEST COMPLETE