-
-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Labels
good first issueAn issue that is a good candidate for new contributorsAn issue that is a good candidate for new contributorsmissing testA request to add a test to the suite that is currently not covered elsewhere.A request to add a test to the suite that is currently not covered elsewhere.
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).
Metadata
Metadata
Assignees
Labels
good first issueAn issue that is a good candidate for new contributorsAn issue that is a good candidate for new contributorsmissing testA request to add a test to the suite that is currently not covered elsewhere.A request to add a test to the suite that is currently not covered elsewhere.