mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
Fix expected error output in Python tests
This commit is contained in:
@@ -4,25 +4,15 @@ import sys, libxml2
|
||||
libxml2.debugMemory(True)
|
||||
|
||||
expect="""--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
--> Invalid expression
|
||||
--> xmlXPathEval: evaluation failed
|
||||
"""
|
||||
err=""
|
||||
def callback(ctx, str):
|
||||
|
Reference in New Issue
Block a user