From f172a5496a61cb12d2872ac92a8bca70cdcb64c5 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 17 Apr 2022 06:53:10 -0700 Subject: [PATCH] update tests --- t/snippets/expect/fpva.fpva2 | 2 +- t/snippets/expect/use2.def | 6 +++--- t/snippets/packing_list.txt | 4 ++-- t/snippets11.t | 6 +++--- t/snippets24.t | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/t/snippets/expect/fpva.fpva2 b/t/snippets/expect/fpva.fpva2 index cd1731d1..341c3272 100644 --- a/t/snippets/expect/fpva.fpva2 +++ b/t/snippets/expect/fpva.fpva2 @@ -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' ); diff --git a/t/snippets/expect/use2.def b/t/snippets/expect/use2.def index f08bde1c..620f153f 100644 --- a/t/snippets/expect/use2.def +++ b/t/snippets/expect/use2.def @@ -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); diff --git a/t/snippets/packing_list.txt b/t/snippets/packing_list.txt index fa869482..8fd1b7f5 100644 --- a/t/snippets/packing_list.txt +++ b/t/snippets/packing_list.txt @@ -351,6 +351,8 @@ ../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 @@ -491,5 +493,3 @@ ../snippets9.t rt98902.def ../snippets9.t rt98902.rt98902 ../snippets9.t rt99961.def -../snippets26.t git93.def -../snippets26.t git93.git93 diff --git a/t/snippets11.t b/t/snippets11.t index b417965e..d861ee61 100644 --- a/t/snippets11.t +++ b/t/snippets11.t @@ -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........... }, diff --git a/t/snippets24.t b/t/snippets24.t index 3a783c55..245d7305 100644 --- a/t/snippets24.t +++ b/t/snippets24.t @@ -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' ); -- 2.39.5