Fix the xml_diff program to also check trailing events (after </root>)
[tatoo.git] / tools / gen_test.sh
index 111052f..3e5a34f 100755 (executable)
@@ -20,6 +20,6 @@ mkdir -p "$RESULTS"
 
 cat "$QUERIES" | grep -v '^#' | while read qname q
 do
-    echo "Computing $q" 
+    echo "Computing $q"
     java XPathEval "$FILE" "$q" > "$RESULTS"/"$qname".xml
 done