From 5e2bad1669c10e03e467ec41a2023c07de70ba93 Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Fri, 20 Apr 2012 14:40:25 +0200 Subject: [PATCH] fix test case: strings are compared accordying to byte representation, not any fancy collation --- tests/data/string.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/string.ccl b/tests/data/string.ccl index 7aa3136..1effdc1 100644 --- a/tests/data/string.ccl +++ b/tests/data/string.ccl @@ -14,7 +14,7 @@ upper(["Schlüssel", "ěêĕ"]) --- affix(["pijący", "jedzący", "jedząca", "ca"], -3) -["ąca", "ący", "ca"] +["ca", "ąca", "ący"] --- affix(["ökonomisch", "ökologisch", "oko", "okoń", "ok"], 3) -- GitLab