commit | b80341d78c948ad37aff837d2eae3055a244694e | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Oct 15 19:46:23 2018 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Oct 15 19:46:23 2018 +0200 |
tree | 3ab2ec98dcbeca8d3912024e89e037c9ae659cf0 | |
parent | dffa93920f157b6b00112a40e0b7843e5115fcc6 [diff] [blame] |
Add matchinfo to rewritten backend Change-Id: I3a14dbb23da5071751a31d50881f7084e0a24d22
diff --git a/t/fixture.t b/t/fixture.t index 6fac855..ba795f7 100644 --- a/t/fixture.t +++ b/t/fixture.t
@@ -39,6 +39,10 @@ ->json_is('/matches/0/docSigle', "GOE/AGI") ; +$t->get_ok('/corpus/WPD15/232/39681/p2133-2134/matchInfo?spans=false&foundry=*') + ->status_is(200) + ->json_is('/textSigle', 'WPD15/232/39681') + ; done_testing; __END__