diff options
-rw-r--r-- | testdata/integration/basic_functionality/reference_scope.in.osml | 1 | ||||
-rw-r--r-- | testdata/integration/basic_functionality/reference_scope.out.osxml | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/testdata/integration/basic_functionality/reference_scope.in.osml b/testdata/integration/basic_functionality/reference_scope.in.osml index 6ddf8ff..c8a800f 100644 --- a/testdata/integration/basic_functionality/reference_scope.in.osml +++ b/testdata/integration/basic_functionality/reference_scope.in.osml @@ -7,6 +7,7 @@ \end{c} \begin{c} \b{foo} + % TODO: This reference is handled incorrectly \a#foo \end{c} \begin{c} 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> |