[libhtml-scrubber-perl] 19/28: Fix up embedded tabs (perltidy)
Florian Schlichting
fsfs at moszumanska.debian.org
Sat Nov 11 13:46:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to annotated tag release/0.12-TRIAL
in repository libhtml-scrubber-perl.
commit 62683c0af07827f264162576411bf713ba28c285
Author: Nigel Metheringham <nigelm at cpan.org>
Date: Sat Mar 14 17:36:05 2015 +0000
Fix up embedded tabs (perltidy)
---
t/09_no_scrub_warnings.t | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/t/09_no_scrub_warnings.t b/t/09_no_scrub_warnings.t
index fc9135d..6f0ec39 100644
--- a/t/09_no_scrub_warnings.t
+++ b/t/09_no_scrub_warnings.t
@@ -10,11 +10,11 @@ my $scrubber = HTML::Scrubber->new;
# really one of the Test:: warnings would be better here
# but lets keep this simple
local $SIG{__WARN__} = sub {
- fail( "warning raised by scrub: @_" );
+ fail("warning raised by scrub: @_");
};
-ok( ! $scrubber->scrub );
-ok( ! $scrubber->scrub('') );
-ok( ! $scrubber->scrub('<html></html>') );
+ok( !$scrubber->scrub );
+ok( !$scrubber->scrub('') );
+ok( !$scrubber->scrub('<html></html>') );
done_testing;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git
More information about the Pkg-perl-cvs-commits
mailing list