Skip to content

Commit ceadb2f

Browse files
committed
[euler] tests for p99, p98
1 parent 27a3bf0 commit ceadb2f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

t/categories/euler.t

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,13 +430,31 @@ if False {
430430
}, "prob092";
431431
}
432432

433+
subtest {
434+
plan 1;
435+
436+
my $problem = "prob098";
437+
my @authors = <andreoss>;
438+
my $expected-output = 18769;
439+
check-example-solutions($problem, $expected-output, @authors)
440+
}, "prob098";
441+
442+
subtest {
443+
plan 1;
444+
445+
my $problem = "prob099";
446+
my @authors = <andreoss>;
447+
my $expected-output = 709;
448+
check-example-solutions($problem, $expected-output, @authors)
449+
}, "prob099";
450+
451+
433452
subtest {
434453
plan 1;
435454

436455
my $problem = "prob100";
437456
my @authors = <andreoss>;
438457
my $expected-output = 756872327473;
439-
440458
check-example-solutions($problem, $expected-output, @authors)
441459
}, "prob100";
442460

0 commit comments

Comments
 (0)