use note instead of diag in tests for non-error debug output
This commit is contained in:
parent
929c012075
commit
67b729fee0
30 changed files with 50 additions and 50 deletions
|
|
@ -50,8 +50,6 @@ ok($jsonText, 'The file is not empty');
|
|||
my $perlScalar;
|
||||
eval { $perlScalar = JSON->new->relaxed(1)->decode($jsonText) };
|
||||
|
||||
diag $@;
|
||||
|
||||
if ($@) {
|
||||
my $index;
|
||||
($index) = $@ =~ /character offset (\d+)/;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue