Skip to content

Commit 4122609

Browse files
committed
Fix spacing between Euler subtests
1 parent 9f9f3d0 commit 4122609

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

t/categories/euler.t

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ subtest {
453453

454454
check-example-solutions($problem, $expected-output, @authors)
455455
}, "prob063";
456+
456457
subtest {
457458
plan 1;
458459

@@ -485,6 +486,7 @@ subtest {
485486

486487
check-example-solutions($problem, $expected-output, @authors)
487488
}, "prob067";
489+
488490
subtest {
489491
plan 1;
490492
my $problem = "prob080";
@@ -493,6 +495,7 @@ subtest {
493495

494496
check-example-solutions($problem, $expected-output, @authors)
495497
}, "prob080";
498+
496499
subtest {
497500
plan 1;
498501

@@ -502,6 +505,7 @@ subtest {
502505

503506
check-example-solutions($problem, $expected-output, @authors)
504507
}, "prob081";
508+
505509
subtest {
506510
plan 1;
507511

@@ -512,7 +516,6 @@ subtest {
512516
check-example-solutions($problem, $expected-output, @authors)
513517
}, "prob089";
514518

515-
516519
skip("prob092-moritz.pl takes too long to run");
517520
unless $skip {
518521
subtest {
@@ -553,7 +556,6 @@ subtest {
553556
check-example-solutions($problem, $expected-output, @authors)
554557
}, "prob099";
555558

556-
557559
subtest {
558560
plan 1;
559561

0 commit comments

Comments
 (0)