diff options
Diffstat (limited to 'test/graph-test.xsl')
-rw-r--r-- | test/graph-test.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/graph-test.xsl b/test/graph-test.xsl index e8f7b5b..eaa654d 100644 --- a/test/graph-test.xsl +++ b/test/graph-test.xsl @@ -146,9 +146,9 @@ <variable name="foo:graph-vtwo-vthree" as="element( preproc:sym-deps )"> <preproc:sym-deps> <preproc:sym-dep name="a"> - <preproc:sym-ref name="a" attr1="foo" /> <preproc:sym-ref name="b" attr1="foo" attr2="bar" /> <preproc:sym-ref name="c" /> + <preproc:sym-ref name="a" attr1="foo" /> </preproc:sym-dep> <preproc:sym-dep name="b"> |