From 5bd5eeb90d50d2b024ef2e232df95a665e7eb060 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 9 May 2012 16:34:49 +0200 Subject: [PATCH] Using rule instead of hardcoded trailing punctuation removal --- test/test_icu.cfg | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/test/test_icu.cfg b/test/test_icu.cfg index 75e8842..fcab6fa 100644 --- a/test/test_icu.cfg +++ b/test/test_icu.cfg @@ -30,14 +30,23 @@ - + [[:WhiteSpace:][,.!;]]* } [$] > ; - + - + + + + + [,]* } [$] > ; + + + @@ -47,7 +56,7 @@ + merge="longest" rank="2" facetrule="facet-author"/> -- 1.7.10.4