Skip to content

Commit

Permalink
test: fixed buggy test
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 5, 2014
1 parent 421e81f commit d4f8f8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Application.Routers/Route.utf8Param.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ testRouteIn($route, '/č', 'Default', array(
'test' => 'testvalue',
), '/%C4%8D?test=testvalue');

testRouteIn($route, '/%C4%8D');
testRouteIn($route, '/%C4%8D', 'Default', array(
'param' => 'č',
'test' => 'testvalue',
), '/%C4%8D?test=testvalue');

testRouteIn($route, '/');

0 comments on commit d4f8f8f

Please sign in to comment.