Skip to content

Commit 2cb9bfd

Browse files
committed
Nueva versión de Test::Text
1 parent e5a23ba commit 2cb9bfd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/just_check.t

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ use strict;
44
use warnings;
55

66
use Test::Text;
7-
just_check( 'documentos/temas','.', 'Spanish' );just_check( 'documentos/proyecto','.', 'Spanish' );
7+
just_check( 'documentos/temas','.', 'Spanish', 0 ); # Don't do done_testing
8+
just_check( 'documentos/proyecto','.', 'Spanish',1 ); # Do it

t/just_check.t

+2-1
Original file line numberDiff line numberDiff line change
@@ -25684,4 +25684,5 @@ use strict;
2568425684
use warnings;
2568525685

2568625686
use Test::Text;
25687-
just_check( 'documentos/temas','.', 'Spanish' );just_check( 'documentos/proyecto','.', 'Spanish' );
25687+
just_check( 'documentos/temas','.', 'Spanish', 0 ); # Don't do done_testing
25688+
just_check( 'documentos/proyecto','.', 'Spanish',1 ); # Do it

0 commit comments

Comments
 (0)