commit | 4e413fb7912cc7036fab1ce4038f8dbe5ed02d9e | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Sep 26 13:11:11 2023 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Sep 26 13:11:11 2023 +0200 |
tree | 078761e6897d4f1aba394893da159c62ccce015e | |
parent | 9545582d5a134f8040a307ca964fa2a62be85a8a [diff] [blame] |
Support .-Symbol in IDs Change-Id: I16d27493064ae1449360a382a1e49b21c542b09c
diff --git a/t/text_info.t b/t/text_info.t index 82e6a97..55b9637 100644 --- a/t/text_info.t +++ b/t/text_info.t
@@ -37,6 +37,13 @@ ->json_is('/notifications/0/1', '630: Document not found') ; +# Real example from NKJP +$t->get_ok('/corpus/NKJP/NKJP/forumowisko.pl_57') + ->status_is(200) + ->json_like('/notifications/0/1', qr!^Unable to load!) + ; + + done_testing; __END__