Skip to content
Snippets Groups Projects
Commit 5e2bad16 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

fix test case: strings are compared accordying to byte representation, not any fancy collation

parent 5567968b
Branches
No related merge requests found
...@@ -14,7 +14,7 @@ upper(["Schlüssel", "ěêĕ"]) ...@@ -14,7 +14,7 @@ upper(["Schlüssel", "ěêĕ"])
--- ---
affix(["pijący", "jedzący", "jedząca", "ca"], -3) affix(["pijący", "jedzący", "jedząca", "ca"], -3)
["ąca", "ący", "ca"] ["ca", "ąca", "ący"]
--- ---
affix(["ökonomisch", "ökologisch", "oko", "okoń", "ok"], 3) affix(["ökonomisch", "ökologisch", "oko", "okoń", "ok"], 3)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment