diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-05 19:07:11 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-05 19:07:11 +0200 |
commit | 9903dae397d12bc077274d5c32d9a90ad322a650 (patch) | |
tree | d99849be0fb1206e31767d1d120106a260ffe804 | |
parent | 2c042b43bb2362a828d58cffa0566d7206ec4bc0 (diff) |
r-negative-delay: perltidy2.15.8
-rw-r--r-- | t/r-negative-delay.t | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/t/r-negative-delay.t b/t/r-negative-delay.t index 0ce2c56..b5283e5 100644 --- a/t/r-negative-delay.t +++ b/t/r-negative-delay.t @@ -92,8 +92,11 @@ $t->post_ok( ); $t->status_is(302)->header_is( location => '/journey/1' ); -$t->get_ok('/history/2018/10')->status_is(200)->content_like(qr{62 km}) - ->content_like(qr{00:57 Stunden})->content_like(qr{nach Fahrplan: 00:58}) +$t->get_ok('/history/2018/10') + ->status_is(200) + ->content_like(qr{62 km}) + ->content_like(qr{00:57 Stunden}) + ->content_like(qr{nach Fahrplan: 00:58}) ->content_like(qr{Bei Abfahrt: -00:01 Stunden}) ->content_like(qr{Bei Ankunft: -00:02 Stunden}); |