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
Should be written as /\p{Script_Extensions=H_e_h}/u (with single /). Because /\\p{Script_Extensions=H_e_h}/ is interpreted as backslash \\ followed by p, repeated Script_Extensions=H_e_h times. Therefore, these tests are failing due to an invalid quantifier, not because of a non-existent property value.