diff options
Diffstat (limited to 'tests/lang/eval-okay-xml.exp.xml')
-rw-r--r-- | tests/lang/eval-okay-xml.exp.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-xml.exp.xml b/tests/lang/eval-okay-xml.exp.xml index 4798e87f87b8..4f55c69a7cad 100644 --- a/tests/lang/eval-okay-xml.exp.xml +++ b/tests/lang/eval-okay-xml.exp.xml @@ -4,6 +4,18 @@ <attr name="a"> <string value="foo" /> </attr> + <attr name="at"> + <function> + <at> + <varpat name="args" /> + <attrspat> + <attr name="x" /> + <attr name="y" /> + <attr name="z" /> + </attrspat> + </at> + </function> + </attr> <attr name="b"> <string value="bar" /> </attr> |