Skip to content

Add tests to ensure Unicode string comparison is by codepoint #570

Open
@Julian

Description

@Julian

§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

No one assigned

    Labels

    good first issueAn issue that is a good candidate for new contributorsmissing testA request to add a test to the suite that is currently not covered elsewhere.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions