summaryrefslogtreecommitdiff
path: root/test/files/run/xmlstuff.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/xmlstuff.check')
-rw-r--r--test/files/run/xmlstuff.check8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/files/run/xmlstuff.check b/test/files/run/xmlstuff.check
index af85d96257..4636a6f8b4 100644
--- a/test/files/run/xmlstuff.check
+++ b/test/files/run/xmlstuff.check
@@ -20,4 +20,10 @@ parsedxml2/'_/'_/'author
NodeList()
parsedxml2/#'author
-NodeList('author(Text(Dan Suciu)),'author(Text(Peter Buneman)),'author(Text(John Mitchell)))
+NodeList('author(Text(Peter Buneman)),'author(Text(Dan Suciu)),'author(Text(John Mitchell)))
+
+new NodeList(List(parsedxml2))/#'_
+NodeList('book('author(Text(Peter Buneman)),'author(Text(Dan Suciu)),'title(Text(Data on ze web))),'author(Text(Peter Buneman)),Text(Peter Buneman),'author(Text(Dan Suciu)),Text(Dan Suciu),'title(Text(Data on ze web)),Text(Data on ze web),'book('author(Text(John Mitchell)),'title(Text(Foundations of Programming Languages))),'author(Text(John Mitchell)),Text(John Mitchell),'title(Text(Foundations of Programming Languages)),Text(Foundations of Programming Languages))
+
+new NodeList(List(parsedxml2))/#'title
+NodeList('title(Text(Data on ze web)),'title(Text(Foundations of Programming Languages)))