]> git.refcnt.org Git - colorize.git/commitdiff
Readjust indentation of tests
authorSteven Schubiger <stsc@refcnt.org>
Sun, 4 Oct 2015 12:56:51 +0000 (14:56 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 4 Oct 2015 12:56:51 +0000 (14:56 +0200)
test.pl

diff --git a/test.pl b/test.pl
index 729884fe0bf57dfc400031c4f6d20118c74636c8..ee514727c273fd6d78eaa44c64bbc856ea27e0c7 100755 (executable)
--- a/test.pl
+++ b/test.pl
@@ -128,8 +128,8 @@ SKIP: {
 
         my $switch = "--$type";
 
-        is(qx(printf %s "\e[35mhello\e[0m \e[36mworld\e[0m" | $program $switch),       'hello world', "$type colored words");
-        is(qx(printf %s "hello world" | $program Magenta | $program $switch),          'hello world', "$type colored line");
+        is(qx(printf %s "\e[35mhello\e[0m \e[36mworld\e[0m" | $program $switch),     'hello world', "$type colored words");
+        is(qx(printf %s "hello world" | $program Magenta | $program $switch),        'hello world', "$type colored line");
         is_deeply([split /\n/, qx($program cyan $infile1 | $program $switch)], [split /\n/, $text], "$type colored text");
 
         ok(qx(printf %s "\e[\e[33m" | $program $switch) eq "\e[", "$type with invalid sequence");