mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 08:00:48 +03:00
fix issue 11057 [REG2.064dev] New std.uni has icmp() partly broken
This commit is contained in:
parent
256b62b370
commit
9df179b65d
2 changed files with 713 additions and 711 deletions
File diff suppressed because one or more lines are too long
|
@ -5699,6 +5699,8 @@ unittest
|
|||
assert(icmp("ᾩ -> \u1F70\u03B9", "\u1F61\u03B9 -> ᾲ") == 0);
|
||||
assert(icmp("ΐ"w, "\u03B9\u0308\u0301") == 0);
|
||||
assert(sicmp("ΐ", "\u03B9\u0308\u0301") != 0);
|
||||
//bugzilla 11057
|
||||
assert( icmp("K", "L") < 0 );
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue