diff options
Diffstat (limited to 'tests/lang/eval-okay-xml.exp.xml')
-rw-r--r-- | tests/lang/eval-okay-xml.exp.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-xml.exp.xml b/tests/lang/eval-okay-xml.exp.xml index 4f55c69a7cad..72a96d54c7d3 100644 --- a/tests/lang/eval-okay-xml.exp.xml +++ b/tests/lang/eval-okay-xml.exp.xml @@ -22,6 +22,16 @@ <attr name="c"> <string value="foobar" /> </attr> + <attr name="ellipsis"> + <function> + <attrspat> + <attr name="x" /> + <attr name="y" /> + <attr name="z" /> + <ellipsis /> + </attrspat> + </function> + </attr> <attr name="f"> <function> <attrspat> |