File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
use Test ;
4
4
5
- plan 3 ;
5
+ plan 4 ;
6
6
7
7
my $ skip = True ;
8
8
@@ -52,6 +52,36 @@ subtest {
52
52
check-example-solutions($ problem , $ expected-output . chomp , @ authors )
53
53
}, " event006" ;
54
54
55
+ subtest {
56
+ plan 1 ;
57
+
58
+ my $ problem = " event010" ;
59
+ my @ authors = <eric256 >;
60
+ my $ expected-output = q :to /EOD /;
61
+ checking 2
62
+ checking 5
63
+ checking 7
64
+ checking /
65
+ checking 8
66
+ checking 1
67
+ checking X
68
+ checking 9
69
+ checking /
70
+ checking 5
71
+ checking 3
72
+ checking 7
73
+ checking 0
74
+ checking 4
75
+ checking 5
76
+ checking X
77
+ checking 2
78
+ checking 0
79
+ 66
80
+ EOD
81
+
82
+ check-example-solutions($ problem , $ expected-output . chomp , @ authors )
83
+ }, " event010" ;
84
+
55
85
# | check examples provided by the given authors
56
86
sub check-example-solutions ($ problem , $ expected-output , @ authors ) {
57
87
for @ authors -> $ author {
You can’t perform that action at this time.
0 commit comments