2023-02-22 23:03:42 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package xmlns="http://www.lovullo.com/rater"
|
|
|
|
xmlns:c="http://www.lovullo.com/calc"
|
|
|
|
xmlns:t="http://www.lovullo.com/rater/apply-template">
|
|
|
|
|
|
|
|
This is the source package to be read by `tamec`.
|
|
|
|
The output `out.xmli` is asserted against `expected.xml`.
|
|
|
|
|
|
|
|
<rate yields="rateFoo" />
|
2023-02-22 23:45:23 -05:00
|
|
|
|
|
|
|
<rate yields="rateBar">
|
|
|
|
<c:sum />
|
2023-02-24 15:55:25 -05:00
|
|
|
<c:product />
|
2023-02-22 23:45:23 -05:00
|
|
|
</rate>
|
|
|
|
|
|
|
|
<rate yields="rateBaz">
|
|
|
|
<c:sum>
|
|
|
|
<c:sum />
|
|
|
|
</c:sum>
|
|
|
|
<c:sum>
|
|
|
|
<c:sum />
|
|
|
|
<c:sum />
|
|
|
|
</c:sum>
|
|
|
|
</rate>
|
2023-02-22 23:03:42 -05:00
|
|
|
</package>
|
|
|
|
|