commit | 46e6f18da0b1517757bc05df2f94ab5885e70de3 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Wed Feb 04 15:22:49 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Wed Feb 04 15:22:49 2015 +0000 |
tree | a85268cf1fe6614b96c6f9deb2fab7522e2f9680 | |
parent | 86dad5b131b07586f4f6b780766684bd9188bc6f [diff] [blame] |
Some more information in the hint helper
diff --git a/t/basic.t b/t/basic.t index c126a70..1b2419a 100644 --- a/t/basic.t +++ b/t/basic.t
@@ -7,7 +7,6 @@ $t->get_ok('/') ->status_is(200) ->text_is('title', 'KorAP') - ->text_like('h1 span', qr/Korpusanalyseplattform/i) - ; + ->text_like('h1 span', qr/Korpusanalyseplattform/i); done_testing();