fix(tvix/eval): restore .exp.xml files and skip in test suite
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
This commit is contained in:
parent
d9dfe65910
commit
bbf1e32737
3 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue