diff options
Diffstat (limited to 'testdata/integration/basic_functionality/reference_scope.out.osxml')
-rw-r--r-- | testdata/integration/basic_functionality/reference_scope.out.osxml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/integration/basic_functionality/reference_scope.out.osxml b/testdata/integration/basic_functionality/reference_scope.out.osxml index b581053..3684558 100644 --- a/testdata/integration/basic_functionality/reference_scope.out.osxml +++ b/testdata/integration/basic_functionality/reference_scope.out.osxml @@ -2,12 +2,12 @@ <document xmlns:test="test"> <test:test> <test:c> - <test:b>foo_1</test:b> + <test:b>foo</test:b> <test:b>foo2</test:b> - <test:a id="foo_1" name="foo"/> + <test:a id="foo" name="foo"/> </test:c> <test:c> - <test:b>foo_1</test:b> + <test:b>foo</test:b> <test:a name="foo"/> </test:c> <test:c> |