diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-16 01:41:02 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:26:12 +0200 |
commit | 5be7bf9153341fdf52c13aeb2d88d5e082a7af3b (patch) | |
tree | 9882c010792feb3ffe87122696220d12f9510bec | |
parent | 5f32cfb7d244106e77d9ec5e09161af1433ad5e9 (diff) |
Update integration test according to id generation scheme (resolution not working correctly yet).
-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> |