From a1726a6ef7507a6b49eb19ee7784413f3534ded5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 16 Sep 2004 14:02:46 +0000 Subject: [PATCH] Remove string-hat.chr because it is unused in thie test. Change comment in beginning of sort.chr. --- test/sort2/Makefile.am | 4 ++-- test/sort2/sort.chr | 4 ++-- test/sort2/string-hat.chr | 44 -------------------------------------------- 3 files changed, 4 insertions(+), 48 deletions(-) delete mode 100644 test/sort2/string-hat.chr diff --git a/test/sort2/Makefile.am b/test/sort2/Makefile.am index ffc4f6c..c6a9dae 100644 --- a/test/sort2/Makefile.am +++ b/test/sort2/Makefile.am @@ -1,10 +1,10 @@ -# $Id: Makefile.am,v 1.1 2004-09-14 14:35:52 quinn Exp $ +# $Id: Makefile.am,v 1.2 2004-09-16 14:02:46 adam Exp $ check_SCRIPTS = test1.sh TESTS = $(check_SCRIPTS) -EXTRA_DIST = zebra.cfg default.idx string-hat.chr \ +EXTRA_DIST = zebra.cfg default.idx \ rec1.xml rec2.xml rec3.xml rec4.xml zebra.cfg my.abs sort.chr \ $(check_SCRIPTS) diff --git a/test/sort2/sort.chr b/test/sort2/sort.chr index b8b6878..4e4de09 100644 --- a/test/sort2/sort.chr +++ b/test/sort2/sort.chr @@ -1,6 +1,6 @@ -# Generic character map. +# character map that removes some leading prefixes # -# $Id: sort.chr,v 1.1 2004-09-14 14:35:52 quinn Exp $ +# $Id: sort.chr,v 1.2 2004-09-16 14:02:46 adam Exp $ # Define the basic value-set. *Beware* of changing this without re-indexing # your databases. diff --git a/test/sort2/string-hat.chr b/test/sort2/string-hat.chr deleted file mode 100644 index 180843b..0000000 --- a/test/sort2/string-hat.chr +++ /dev/null @@ -1,44 +0,0 @@ -# Generic character map but with ^ as cut char -# -# $Id: string-hat.chr,v 1.1 2004-09-14 14:35:52 quinn Exp $ - -# Define the basic value-set. *Beware* of changing this without re-indexing -# your databases. - -lowercase {0-9}{a-y}üzæäøöå -uppercase {0-9}{A-Y}ÜZÆÄØÖÅ - -cut ^ - -# Breaking characters - -space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]_`\{|}~ - -# Characters to be considered equivalent for searching purposes. - -# equivalent æä(ae) -# equivalent øö(oe) -# equivalent å(aa) -# equivalent uü - -# Supplemental mappings - -#map (ä) ä -#map (æ) æ -#map (ø) ø -#map (å) å -#map (ö) ö -#map (Ä) Ä -#map (&Aelig;) Æ -#map (Ø) Ø -#map (Å) Å -#map (Ö) Ö - -#map éÉ e -#map á a -#map ó o -#map í i - -#map (Aa) (AA) - -#map (aa) a -- 1.7.10.4