Happy new year
[idzebra-moved-to-github.git] / test / xpath / xpath3.c
index c37343a..dcb74b2 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2011 Index Data
+   Copyright (C) Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -45,7 +45,7 @@ static void tst(int argc, char **argv)
     YAZ_CHECK(tl_query(zh, "@attr 1=/root/first content",1));
     YAZ_CHECK(tl_query(zh, "@attr {1=/root/first[@attr='danish']} content",1));
     YAZ_CHECK(tl_query(zh, "@attr {1=/root/second[@attr='danish lake']} content",1));
-    YAZ_CHECK(tl_query(zh, "@attr {1=/root/third[@attr='dansk s\xc3\xb8']} content",1)); 
+    YAZ_CHECK(tl_query(zh, "@attr {1=/root/third[@attr='dansk s\xc3\xb8']} content",1));
     /* FIXME - This triggers bug200 */
 
     YAZ_CHECK(tl_close_down(zh, zs));