commit | 80dd3ca396942361fd182a9e89d43ad871aa8118 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu May 17 18:11:55 2018 +0200 |
committer | Akron <nils@diewald-online.de> | Thu May 17 18:11:55 2018 +0200 |
tree | 4ede83f6d8e2678aabd1abf8f2c1c810ad902e4f | |
parent | b59accd4ccc161826189961eb75a0f5a28626ee5 [diff] |
Remove deprecated placeholder syntax Change-Id: Ie32d19a6bcf05c399996d27b3d21bdafbed9f284
diff --git a/t/docnavi.t b/t/docnavi.t index ce522c7..e01c047 100644 --- a/t/docnavi.t +++ b/t/docnavi.t
@@ -11,7 +11,7 @@ push(@{$app->plugins->namespaces}, 'Kalamar::Plugin'); # Establish test route -$app->routes->get('/doc/(*scope)/:page')->to(cb => sub {})->name('doc'); +$app->routes->get('/doc/*scope/:page')->to(cb => sub {})->name('doc'); # Load plugin to test $app->plugin('KalamarHelpers');