-
-
Notifications
You must be signed in to change notification settings - Fork 226
Open
@Julian
Description
§4.2.2 of the specification says, for string equality, that it is defined by:
[...] both are strings, and are the same codepoint-for-codepoint; [...]
We should add some tests to specifically ensure that a particular grapheme (e.g. ä) is not equal to the same grapheme represented by different code point(s).