mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #2478 from mattn/perl-test-more
Append Test::More into strict.t
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
use Test::Base;
|
use Test::Base;
|
||||||
|
use Test::More;
|
||||||
|
|
||||||
__DATA__
|
__DATA__
|
||||||
=== Strict Test
|
=== Strict Test
|
||||||
|
|||||||
@@ -73,26 +73,6 @@ Here's some POD! Wooo
|
|||||||
|
|
||||||
say('this is not!');
|
say('this is not!');
|
||||||
|
|
||||||
=table
|
|
||||||
Of role things
|
|
||||||
|
|
||||||
say('not in your table');
|
|
||||||
#= A single line declarator "block" (with a keyword like role)
|
|
||||||
#| Another single line declarator "block" (with a keyword like role)
|
|
||||||
#={
|
|
||||||
A declarator block (with a keyword like role)
|
|
||||||
}
|
|
||||||
#|{
|
|
||||||
Another declarator block (with a keyword like role)
|
|
||||||
}
|
|
||||||
#= { A single line declarator "block" with a brace (with a keyword like role)
|
|
||||||
#=«
|
|
||||||
More declarator blocks! (with a keyword like role)
|
|
||||||
»
|
|
||||||
#|«
|
|
||||||
More declarator blocks! (with a keyword like role)
|
|
||||||
»
|
|
||||||
|
|
||||||
say 'Moar code!';
|
say 'Moar code!';
|
||||||
|
|
||||||
my $don't = 16;
|
my $don't = 16;
|
||||||
|
|||||||
Reference in New Issue
Block a user