X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2Fsnippets11.t;h=d861ee612b9ccd4706ea21f8e85f986e042ffa90;hb=c514d57dc8088e1f4d3f51857b1155c20085c296;hp=b417965e5cede555bb2a930625183b157e5970c2;hpb=880633cc084e9d787eb9f760d3851c5d660db17c;p=perltidy.git diff --git a/t/snippets11.t b/t/snippets11.t index b417965..d861ee6 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........... },