You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@milseman AFAIK other engines treat [\n] as equivalent to \n. We could define it differently, though that would also mean we'd also have to ban its use as a range operand e.g [\n-0]
Currently
[\n]
matches\r\n
in grapheme semantic mode, however this should not be the case.The text was updated successfully, but these errors were encountered: