Recheck dependency tests
Change-Id: I63d71a55bf9824e9b91498d5a4c5bf3d5d1af845
diff --git a/t/annotation/mate_dependency.t b/t/annotation/mate_dependency.t
index d955ebe..63fd571 100644
--- a/t/annotation/mate_dependency.t
+++ b/t/annotation/mate_dependency.t
@@ -14,13 +14,16 @@
my $data = $tokens->to_data->{data}->{stream};
+is($data->[4]->[-1], 's:lädt', 'Surface form');
is($data->[4]->[1], '<:mate/d:--$<b>32<i>4', '< rel 1 (unary)');
is($data->[4]->[2], '>:mate/d:--$<b>32<i>4', '> rel 1 (unary)');
#is($data->[4]->[8], 'mate/d:&&&$<b>128<s>1', 'token for rel 1 (unary)');
+is($data->[1]->[-1], 's:letzten', 'Surface');
is($data->[1]->[0], '>:mate/d:NK$<b>32<i>3', '> rel 2 (term-to-term)');
#is($data->[1]->[3], 'mate/d:&&&$<b>128<s>1', '< rel 2 (term-to-term)');
+is($data->[3]->[-1], 's:Anlass', 'Surface');
is($data->[3]->[1], '<:mate/d:NK$<b>32<i>1', '< rel 2 (term-to-term)');
#is($data->[3]->[5], 'mate/d:&&&$<b>128<s>1', '< rel 2 (term-to-term)');