summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/integration/basic_functionality/reference.out.osxml4
-rw-r--r--testdata/integration/basic_functionality/reference_inherited.out.osxml4
-rw-r--r--testdata/integration/basic_functionality/reference_scope.out.osxml10
3 files changed, 9 insertions, 9 deletions
diff --git a/testdata/integration/basic_functionality/reference.out.osxml b/testdata/integration/basic_functionality/reference.out.osxml
index e8f1a5c..abb80ab 100644
--- a/testdata/integration/basic_functionality/reference.out.osxml
+++ b/testdata/integration/basic_functionality/reference.out.osxml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document xmlns:test="test">
<test:test>
- <test:b>foo</test:b>
- <test:a id="foo" name="foo"/>
+ <test:b>test_a_foo</test:b>
+ <test:a id="test_a_foo" name="foo"/>
</test:test>
</document>
diff --git a/testdata/integration/basic_functionality/reference_inherited.out.osxml b/testdata/integration/basic_functionality/reference_inherited.out.osxml
index f2ffe40..5a57978 100644
--- a/testdata/integration/basic_functionality/reference_inherited.out.osxml
+++ b/testdata/integration/basic_functionality/reference_inherited.out.osxml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document xmlns:test="test">
<test:test>
- <test:b>foo</test:b>
- <test:d id="foo" name="foo"/>
+ <test:b>test_d_foo</test:b>
+ <test:d id="test_d_foo" name="foo"/>
</test:test>
</document>
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>