summaryrefslogtreecommitdiff
path: root/testdata/integration
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-16 01:41:02 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:26:12 +0200
commit5be7bf9153341fdf52c13aeb2d88d5e082a7af3b (patch)
tree9882c010792feb3ffe87122696220d12f9510bec /testdata/integration
parent5f32cfb7d244106e77d9ec5e09161af1433ad5e9 (diff)
Update integration test according to id generation scheme (resolution not working correctly yet).
Diffstat (limited to 'testdata/integration')
-rw-r--r--testdata/integration/basic_functionality/reference_scope.in.osml1
-rw-r--r--testdata/integration/basic_functionality/reference_scope.out.osxml6
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>