Bump year. Change Aps->ApS
[idzebra-moved-to-github.git] / test / xpath / xpath3.c
index e34aedf..5238633 100644 (file)
@@ -1,7 +1,7 @@
 
-/* $Id: xpath3.c,v 1.2 2004-12-15 13:07:07 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath3.c,v 1.4 2005-01-15 19:38:40 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -48,7 +48,7 @@ int main(int argc, char **argv)
     q("@attr 1=/root/first content",1);
     q("@attr {1=/root/first[@attr='danish']} content",1);
     q("@attr {1=/root/second[@attr='danish lake']} content",1);
-    /*q("@attr {1=/root/third[@attr='dansk sø']} content",1); */
+    q("@attr {1=/root/third[@attr='dansk s\xc3\xb8']} content",1); 
     /* FIXME - This triggers bug200 */
 
     return close_down(zh, zs, 0);