w3c / qt3tests

Tests for XPath and XQuery
27 stars 17 forks source link

re00984: \w and ⌈,⌉ #36

Open benibela opened 3 years ago

benibela commented 3 years ago

re00984 tests that ⌈,⌉ (U+2308 and U+2309) should match \w

But they have category code Ps,Pe, so they match \p{P} and should not match \w = [#x0000-#x10FFFF]-[\p{P}\p{Z}\p{C}]