Skip to content

Commit

Permalink
#31 extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 20, 2023
1 parent 300916f commit f7abedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perl-tests/checks.pl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ package bibcop;
use warnings;

my $f = 'check_ascii';
check_passes($f, ('title' => "me \n and \n you"));
check_fails($f, ('title' => ''));
check_passes($f, ('title' => "me \n and \r\t\n you"));
check_fails($f, ('title' => 'hello'));
check_fails($f, ('title' => 'привет'));

$f = 'check_typography';
Expand Down

0 comments on commit f7abedd

Please sign in to comment.