diff options
Diffstat (limited to 'testdata/integration/basic_functionality/reference_scope.out.osxml')
-rw-r--r-- | testdata/integration/basic_functionality/reference_scope.out.osxml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testdata/integration/basic_functionality/reference_scope.out.osxml b/testdata/integration/basic_functionality/reference_scope.out.osxml new file mode 100644 index 0000000..b581053 --- /dev/null +++ b/testdata/integration/basic_functionality/reference_scope.out.osxml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<document xmlns:test="test"> + <test:test> + <test:c> + <test:b>foo_1</test:b> + <test:b>foo2</test:b> + <test:a id="foo_1" name="foo"/> + </test:c> + <test:c> + <test:b>foo_1</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:test> +</document> |