tamer: tests/xmli/expected.xml: Align with src

This just makes this easier to compare side-by-side.

DEV-13708
main
Mike Gerwitz 2023-03-08 23:49:03 -05:00
parent 343f5b34b3
commit 7ebd494752
1 changed files with 23 additions and 0 deletions

View File

@ -2,6 +2,10 @@
xmlns:c="http://www.lovullo.com/calc"
xmlns:t="http://www.lovullo.com/rater/apply-template">
<rate yields="rateFoo" />
<rate yields="rateBar">
@ -37,6 +41,9 @@
<rate yields="postTpl" />
<template name="_with-static-reachable_">
<rate yields="tplStaticA">
<c:sum />
</rate>
@ -46,6 +53,9 @@
</template>
<template name="_with-static-unreachable_">
<c:sum>
<c:product />
</c:sum>
@ -56,6 +66,10 @@
</template>
<template name="_with-static-mix-reachability_">
<c:sum>
<c:product />
</c:sum>
@ -64,6 +78,15 @@
<c:sum />
</c:product>
<rate yields="tplStaticMix" />
<c:sum>