From 9184b4600f4db1371e57402cd0513318e8a72eef Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 22 May 2012 11:40:35 +0000 Subject: [PATCH] Use specific characters instead of punktuation. Makes a difference --- test/test_icu.4.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_icu.4.xml b/test/test_icu.4.xml index cc97b3f..e5e5cdb 100644 --- a/test/test_icu.4.xml +++ b/test/test_icu.4.xml @@ -1,7 +1,7 @@ - + -[:punctuation:]* } [$] > ; +[,. -]* } [$] > ; -- 1.7.10.4