summaryrefslogtreecommitdiff
path: root/testdata/integration/basic_functionality/reference_scope.out.osxml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-16 02:03:13 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:26:13 +0200
commit29fa2cbd1351d2bf3fdb7720da8762baf4b2cfa8 (patch)
treeab9cecdb5db34f825b354df731a6f97490e531b6 /testdata/integration/basic_functionality/reference_scope.out.osxml
parent5be7bf9153341fdf52c13aeb2d88d5e082a7af3b (diff)
Prepend the descriptor path to the ids to make it simpler to distinguish the ids from mere names
Diffstat (limited to 'testdata/integration/basic_functionality/reference_scope.out.osxml')
-rw-r--r--testdata/integration/basic_functionality/reference_scope.out.osxml10
1 files changed, 5 insertions, 5 deletions
diff --git a/testdata/integration/basic_functionality/reference_scope.out.osxml b/testdata/integration/basic_functionality/reference_scope.out.osxml
index 3684558..4d61ed0 100644
--- a/testdata/integration/basic_functionality/reference_scope.out.osxml
+++ b/testdata/integration/basic_functionality/reference_scope.out.osxml
@@ -2,18 +2,18 @@
<document xmlns:test="test">
<test:test>
<test:c>
- <test:b>foo</test:b>
- <test:b>foo2</test:b>
- <test:a id="foo" name="foo"/>
+ <test:b>test_a_foo</test:b>
+ <test:b>test_a_foo2</test:b>
+ <test:a id="test_a_foo" name="foo"/>
</test:c>
<test:c>
- <test:b>foo</test:b>
+ <test:b>test_a_foo</test:b>
<test:a name="foo"/>
</test:c>
<test:c>
<test:a name="foo"/>
<test:a name="foo2"/>
</test:c>
- <test:a id="foo2" name="foo2"/>
+ <test:a id="test_a_foo2" name="foo2"/>
</test:test>
</document>