diff options
author | sterni <sternenseemann@systemli.org> | 2022-10-19T17·19+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-10-20T08·40+0000 |
commit | bbf1e3273751a294bdff7329fae022bce4963b66 (patch) | |
tree | debf5f09383f59255a0ff4ef43ae518357da19d3 /tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-xml.exp.xml | |
parent | d9dfe659105dbca51cf1284c92d8956f9851d253 (diff) |
fix(tvix/eval): restore .exp.xml files and skip in test suite r/5168
Change-Id: Iebda5e0d99925a0a8c1d6ae1d7a35397d127bf31 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7047 Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-xml.exp.xml')
-rw-r--r-- | tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-xml.exp.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-xml.exp.xml b/tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-xml.exp.xml new file mode 100644 index 000000000000..20099326cc96 --- /dev/null +++ b/tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-xml.exp.xml @@ -0,0 +1,52 @@ +<?xml version='1.0' encoding='utf-8'?> +<expr> + <attrs> + <attr name="a"> + <string value="foo" /> + </attr> + <attr name="at"> + <function> + <attrspat name="args"> + <attr name="x" /> + <attr name="y" /> + <attr name="z" /> + </attrspat> + </function> + </attr> + <attr name="b"> + <string value="bar" /> + </attr> + <attr name="c"> + <string value="foobar" /> + </attr> + <attr name="ellipsis"> + <function> + <attrspat ellipsis="1"> + <attr name="x" /> + <attr name="y" /> + <attr name="z" /> + </attrspat> + </function> + </attr> + <attr name="f"> + <function> + <attrspat> + <attr name="x" /> + <attr name="y" /> + <attr name="z" /> + </attrspat> + </function> + </attr> + <attr name="id"> + <function> + <varpat name="x" /> + </function> + </attr> + <attr name="x"> + <int value="123" /> + </attr> + <attr name="y"> + <float value="567.89" /> + </attr> + </attrs> +</expr> |