aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-okay-xml.exp.xml
diff options
context:
space:
mode:
authorRutger Broekhoff2025-07-07 21:52:08 +0200
committerRutger Broekhoff2025-07-07 21:52:08 +0200
commitba61dfd69504ec6263a9dee9931d93adeb6f3142 (patch)
treed6c9b78e50eeab24e0c1c09ab45909a6ae3fd5db /test/testdata/eval-okay-xml.exp.xml
downloadverified-dyn-lang-interp-ba61dfd69504ec6263a9dee9931d93adeb6f3142.tar.gz
verified-dyn-lang-interp-ba61dfd69504ec6263a9dee9931d93adeb6f3142.zip
Initialize repository
Diffstat (limited to 'test/testdata/eval-okay-xml.exp.xml')
-rw-r--r--test/testdata/eval-okay-xml.exp.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/test/testdata/eval-okay-xml.exp.xml b/test/testdata/eval-okay-xml.exp.xml
new file mode 100644
index 0000000..2009932
--- /dev/null
+++ b/test/testdata/eval-okay-xml.exp.xml
@@ -0,0 +1,52 @@
1<?xml version='1.0' encoding='utf-8'?>
2<expr>
3 <attrs>
4 <attr name="a">
5 <string value="foo" />
6 </attr>
7 <attr name="at">
8 <function>
9 <attrspat name="args">
10 <attr name="x" />
11 <attr name="y" />
12 <attr name="z" />
13 </attrspat>
14 </function>
15 </attr>
16 <attr name="b">
17 <string value="bar" />
18 </attr>
19 <attr name="c">
20 <string value="foobar" />
21 </attr>
22 <attr name="ellipsis">
23 <function>
24 <attrspat ellipsis="1">
25 <attr name="x" />
26 <attr name="y" />
27 <attr name="z" />
28 </attrspat>
29 </function>
30 </attr>
31 <attr name="f">
32 <function>
33 <attrspat>
34 <attr name="x" />
35 <attr name="y" />
36 <attr name="z" />
37 </attrspat>
38 </function>
39 </attr>
40 <attr name="id">
41 <function>
42 <varpat name="x" />
43 </function>
44 </attr>
45 <attr name="x">
46 <int value="123" />
47 </attr>
48 <attr name="y">
49 <float value="567.89" />
50 </attr>
51 </attrs>
52</expr>