Open
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).