Added test for search on \\{.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 14 Jun 2005 12:42:19 +0000 (12:42 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 14 Jun 2005 12:42:19 +0000 (12:42 +0000)
test/charmap/charmap1.c
test/charmap/x.xml

index b1c776c..4861fff 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: charmap1.c,v 1.6 2005-06-14 10:33:31 adam Exp $
+/* $Id: charmap1.c,v 1.7 2005-06-14 12:42:19 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -78,5 +78,8 @@ int main(int argc, char **argv)
     /* search \ in title:0 .  */
     do_query(__LINE__, zh, "@attr 4=3 @attr 1=4 \\\\\\\\", 1);
 
+    /* search { in title:0 .  */
+    do_query(__LINE__, zh, "@attr 4=3 @attr 1=4 \\{", 1);
+
     return close_down(zh, zs, 0);
 }
index 2206f60..b94f5bd 100644 (file)
@@ -5,11 +5,11 @@
     laas
     <Acronym>
       UUCCSEIS
-      [ ] /
     </Acronym>
   </Title>
   <Title>ABC</Title>
   <Title> DEF</Title>
   <Title>[</Title>
   <Title>\</Title>
+  <Title>{</Title>
 </x>