apple / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quoted character class sequences don't match in scalar mode

hamishknight opened this issue · comments

For [\Qe\u{301}\E] (where e\u{301} is a literal decomposed character) in scalar semantic mode, it still matches as if it were in grapheme mode, i.e matching e\u{301}, but not e.

rdar://97209131