[libcode-tidyall-perl] 243/374: test indent size 3

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit 311b0092a793fae131b63ed8e228cc240cd01107
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Fri Sep 14 14:10:34 2012 -0400

    test indent size 3
---
 lib/Code/TidyAll/t/Plugin/JSBeautify.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Code/TidyAll/t/Plugin/JSBeautify.pm b/lib/Code/TidyAll/t/Plugin/JSBeautify.pm
index 96794d3..28fbd17 100644
--- a/lib/Code/TidyAll/t/Plugin/JSBeautify.pm
+++ b/lib/Code/TidyAll/t/Plugin/JSBeautify.pm
@@ -11,8 +11,8 @@ sub test_main : Tests {
     );
     $self->tidyall(
         source      => $source,
-        conf        => { argv => '--indent-size 2 --brace-style expand' },
-        expect_tidy => 'sp.toggleResult = function(id)\n{\n  foo(id)\n}\n',
+        conf        => { argv => '--indent-size 3 --brace-style expand' },
+        expect_tidy => 'sp.toggleResult = function(id)\n{\n   foo(id)\n}\n',
     );
     $self->tidyall(
         source       => $source,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



More information about the Pkg-perl-cvs-commits mailing list