Skip to content

Commit 97bf51c

Browse files
committed
Adding some documentation
Reviewing if the merging indicated in #1822 is possible, but well, it is not, because they target a different set of files. It might still be interesting to unify all these tests, and create a set of extensions as well as regexes or tests they should meet. But not for the time being. So it closes #1822.
1 parent 3e05b41 commit 97bf51c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

xt/perl-nbsp.t

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ use Test;
55
use lib 'lib';
66
use Test-Files;
77

8+
=begin overview
9+
10+
Insure any text that mentions Perl uses a no-break space after it.
11+
12+
=end overview
13+
814
my @files = Test-Files.files.grep({$_.ends-with: '.pod6'|'.md'});
915

1016
plan +@files;

xt/trailing-whitespace.t

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ use Test;
55
use lib 'lib';
66
use Test-Files;
77

8+
=begin overview
9+
10+
Make sure that no line includes trailing whitespace.
11+
12+
=end overview
13+
814
my @files = Test-Files.files\
915
.grep({$_ ne 'LICENSE'})\
1016
.grep({! $_.contains: 'custom-theme'})\

0 commit comments

Comments
 (0)