]> git.donarmstrong.com Git - perltidy.git/commitdiff
update tests
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 17 Apr 2022 13:53:10 +0000 (06:53 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 17 Apr 2022 13:53:10 +0000 (06:53 -0700)
t/snippets/expect/fpva.fpva2
t/snippets/expect/use2.def
t/snippets/packing_list.txt
t/snippets11.t
t/snippets24.t

index cd1731d1f59d9d69cc8ce5a4af844aad9a18a281..341c32720069dce848dba6a5b48063e9cda81cb5 100644 (file)
@@ -1,6 +1,6 @@
 log_something_with_long_function ( 'This is a log message.', 2 );
 Coro::AnyEvent::sleep ( 3, 4 );
-use Carp ();
+use Carp       ();
 use File::Spec ();
 use File::Path ();
 $self -> method ( 'parameter_0', 'parameter_1' );
index f08bde1c74665dd759c3b1f15315abc739eb24d3..620f153fe8daf598199be606c47f7500602c3246 100644 (file)
@@ -1,6 +1,6 @@
 # Keep the space before the '()' here:
-use Foo::Bar ();
-use Foo::Bar ();
+use Foo::Bar     ();
+use Foo::Bar     ();
 use Foo::Bar 1.0 ();
-use Foo::Bar qw(baz);
+use Foo::Bar     qw(baz);
 use Foo::Bar 1.0 qw(baz);
index fa8694824c39340c9d5bcd69927c1df72d750edb..8fd1b7f5e5f722534de5af2595a8bea49b828f8e 100644 (file)
 ../snippets26.t        lpxl.lpxl6
 ../snippets26.t        c133.c133
 ../snippets26.t        c133.def
+../snippets26.t        git93.def
+../snippets26.t        git93.git93
 ../snippets3.t ce_wn1.ce_wn
 ../snippets3.t ce_wn1.def
 ../snippets3.t colin.colin
 ../snippets9.t rt98902.def
 ../snippets9.t rt98902.rt98902
 ../snippets9.t rt99961.def
-../snippets26.t        git93.def
-../snippets26.t        git93.git93
index b417965e5cede555bb2a930625183b157e5970c2..d861ee612b9ccd4706ea21f8e85f986e042ffa90 100644 (file)
@@ -477,10 +477,10 @@ use IO::File ();
             params => "def",
             expect => <<'#15...........',
 # Keep the space before the '()' here:
-use Foo::Bar ();
-use Foo::Bar ();
+use Foo::Bar     ();
+use Foo::Bar     ();
 use Foo::Bar 1.0 ();
-use Foo::Bar qw(baz);
+use Foo::Bar     qw(baz);
 use Foo::Bar 1.0 qw(baz);
 #15...........
         },
index 3a783c551ca1cd119b0db3615deda94c58846bd8..245d730541c8abeda1ef3e478815b1e4dc76eef9 100644 (file)
@@ -464,7 +464,7 @@ $self->method_with_long_name ( 'parameter_0', 'parameter_1' );
             expect => <<'#5...........',
 log_something_with_long_function ( 'This is a log message.', 2 );
 Coro::AnyEvent::sleep ( 3, 4 );
-use Carp ();
+use Carp       ();
 use File::Spec ();
 use File::Path ();
 $self -> method ( 'parameter_0', 'parameter_1' );