aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-okay-xml.exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/eval-okay-xml.exp.xml')
-rw-r--r--tests/lang/eval-okay-xml.exp.xml16
1 files changed, 6 insertions, 10 deletions
diff --git a/tests/lang/eval-okay-xml.exp.xml b/tests/lang/eval-okay-xml.exp.xml
index 72a96d54c..f124f939e 100644
--- a/tests/lang/eval-okay-xml.exp.xml
+++ b/tests/lang/eval-okay-xml.exp.xml
@@ -6,14 +6,11 @@
</attr>
<attr name="at">
<function>
- <at>
- <varpat name="args" />
- <attrspat>
- <attr name="x" />
- <attr name="y" />
- <attr name="z" />
- </attrspat>
- </at>
+ <attrspat name="args">
+ <attr name="x" />
+ <attr name="y" />
+ <attr name="z" />
+ </attrspat>
</function>
</attr>
<attr name="b">
@@ -24,11 +21,10 @@
</attr>
<attr name="ellipsis">
<function>
- <attrspat>
+ <attrspat ellipsis="1">
<attr name="x" />
<attr name="y" />
<attr name="z" />
- <ellipsis />
</attrspat>
</function>
</attr>