blob: e4be81c8d712625b66a99a539523881b65b7bf6f [file] [log] [blame]
<root-tag>
<!--used to check that the ordering of attribute expansion/eval is the order of
declaration in the build file, not alphabetical
expectations are
p : ${app.n}
n : n
o : n
m : n
-->
<app
p="${app.n}"
n="n"
o="${app.n}"
m="${app.n}"/>
</root-tag>