dovecot-2.2: lib-fts: Add l' contraction to French unit test.

dovecot at dovecot.org dovecot at dovecot.org
Tue Nov 17 09:56:21 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/01bd19136b2c
changeset: 19371:01bd19136b2c
user:      Teemu Huovila <teemu.huovila at dovecot.fi>
date:      Tue Nov 17 11:42:59 2015 +0200
description:
lib-fts: Add l' contraction to French unit test.

diffstat:

 src/lib-fts/test-fts-filter.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r caf770735755 -r 01bd19136b2c src/lib-fts/test-fts-filter.c
--- a/src/lib-fts/test-fts-filter.c	Mon Nov 16 14:47:18 2015 +0200
+++ b/src/lib-fts/test-fts-filter.c	Tue Nov 17 11:42:59 2015 +0200
@@ -61,7 +61,8 @@
 		{ "d", "d" },
 		{ "qu'", NULL },
 		{ "j'adore", "adore" },
-		{ "quelqu'un", "quelqu'un" }
+		{ "quelqu'un", "quelqu'un" },
+		{ "l'esprit", "esprit" }
 	};
 	struct fts_filter *filter;
 	const char *error;


More information about the dovecot-cvs mailing list