Blob Blame History Raw
commit 08c301396d94007248696f1ebf82f115e0fd3877
Author: Tom Hughes <tom@compton.nu>
Date:   Fri Feb 7 10:16:24 2020 +0000

    Adapt to change in error message in libxml2

diff --git a/test/xml_sax_parser.js b/test/xml_sax_parser.js
index a7d6b4d..c1546f3 100644
--- a/test/xml_sax_parser.js
+++ b/test/xml_sax_parser.js
@@ -76,7 +76,7 @@ var callbackControl = {
   ],
 
   error: [
-    ["Premature end of data in tag error line 2\n"]
+    ["EndTag: '</' not found\n"]
   ]
 };