|
t/01-web-basics.t
|
- Parse error: No plan found in TAP output
- Unknown import list expression in use at line 2, near ";\nplan 1;\n"
- in Main (src/gen_setting.pm:408)
|
1.50s |
n/a |
|
t/hitomi/01-xml-parsing.t
|
- 1..8
- ok 1 - <a/> is valid
- ok 2 - <html /> is valid
- ok 3 - <html></html> is valid
- ok 4 - is invalid
- ok 5 - < is invalid
- ok 6 - <a is invalid
- ok 7 - <a> is invalid
- not ok 8 - <a><b></a></b> is invalid
- # Looks like you failed 1 tests of 8
|
2.88s |
87.5% |
|
t/hitomi/03-if.t
|
- Parse error: No plan found in TAP output
- Malformed declaration at line 8, near "Hitomi::Ma"
- in Main (src/gen_setting.pm:0)
|
2.34s |
n/a |
|
t/hitomi/02-substitution.t
|
- Parse error: No plan found in TAP output
- Malformed declaration at line 8, near "Hitomi::Ma"
- in Main (src/gen_setting.pm:0)
|
2.48s |
n/a |
|
t/hitomi/04-for.t
|
- Parse error: No plan found in TAP output
- Malformed declaration at line 8, near "Hitomi::Ma"
- in Main (src/gen_setting.pm:0)
|
2.71s |
n/a |
|
t/routes/05-rule-junction.t
|
- 1..4
- ok 1 - Pattern with Junction (foo|bar) foo
- ok 2 - Pattern with Junction (foo|bar) bar
- ok 3 - Pattern with Junction (foo/a|b) foo/a
- ok 4 - Pattern with Junction (foo/a|b) foo/b
|
3.13s |
100.0% |
|
t/routes/06-rule-pair.t
|
- Parse error: Bad plan. You planned 4 tests but ran 3.
- 1..4
- not ok 1 - Pattern set controller
- not ok 2 - Pair rule set controller and action
- not ok 3 - Pair set controller -- Test, code use args to make next test
- # Looks like you planned 4 tests, but ran 3
- # Looks like you failed 3 tests of 3
|
3.15s |
0.0% |
|
t/routes/02-rule-whatever.t
|
- 1..9
- ok 1 - Pattern *
- ok 2 - Pattern */*
- ok 3 - Pattern foo/*
- ok 4 - Pattern foo/*/*
- ok 5 - Pattern foo/*/bar
- ok 6 - Whatever with slurp take any number of args, 1 args
- ok 7 - Whatever with slurp take any numebr of args, 2 args
- ok 8 - Whatever with slurp take any numebr of args, 3 args
- ok 9 - Whatever with slurp take any numebr of args, 4 args
|
5.29s |
100.0% |
|
t/routes/04-rule-regex.t
|
- 1..8
- ok 1 - Use regexp-rule to catch variant: bar
- ok 2 - Use regexp-rule to catch variant: baz
- ok 3 - Pattern with regex w+, put Match in args
- ok 4 - Dispatch ['foo', '50'] to last matched Route
- ok 5 - Pattern with regex \d, put Match in args
- ok 6 - Pattern with regexp in the middle (foo/\d+/bar)
- ok 7 - Pattern with two regexs
- ok 8 - Pattern with regexp, use abstract object in code
|
9.61s |
100.0% |
|
t/routes/01-basics.t
|
- 1..9
- ok 1 - We use Routes and we are still alive
- ok 2 - We use Routes::Route and we are still alive
- ok 3 - .add adds only complete Route objects
- ok 4 - Root pattern [''] works
- ok 5 - .add(@pattern, $code) -- shortcut for adding a Route object
- ok 6 - Routes returns False if it can't find matched Route and does not have a default
- ok 7 - Dispatch to Route ['foo', 'bar'])
- ok 8 - Dispatch to default, when have no matched Route
- ok 9 - Dispatch ['foo', 'bar'] again
|
5.82s |
100.0% |
|
t/routes/07-connect.t
|
- 1..3
- connect:["controller" => 1, "action" => 1] {"controller" => "Root", "action" => "index"}
- connect:["controller" => 1] {"controller" => "Root", "action" => "index"}
- connect:["action" => 1, { ... }] {"controller" => "Root", "action" => "index"}
- not ok 1 - Connect call action on the default (Root) controller
- not ok 2 - Connect to selected controller and action
- not ok 3 - Connect to selected controller, call default(index) action
- # Looks like you failed 3 tests of 3
|
5.88s |
0.0% |
|
t/happle/parse.t
|
- Parse error: No plan found in TAP output
- Can't find ./Web/Happle in @*INC
- in Main (src/gen_setting.pm:438)
|
2.63s |
n/a |