--- /dev/null
+--maximum-line-length=120
+--converge
+--tabs
+--entab-leading-whitespace=4
+--continuation-indentation=4
+--extended-continuation-indentation
+--no-delete-old-newlines
+--no-outdent-long-lines
+--no-outdent-labels
+--novalign
+--no-logical-padding
+--opening-sub-brace-on-new-line
+--square-bracket-tightness=2
+--paren-tightness=2
+--brace-tightness=2
+--opening-token-right
+
+-sal='first any sum sum0 reduce'
../snippets9.t rt98902.def
../snippets9.t rt98902.rt98902
../snippets9.t rt99961.def
+../snippets24.t git51.def
+../snippets24.t git51.git51
#14 rt136417.rt136417
#15 numbers.def
#16 code_skipping.def
+#17 git51.def
+#18 git51.git51
# To locate test #13 you can search for its name or the string '#13'
'def' => "",
'fpva1' => "-sfp",
'fpva2' => "-sfp -nfpva",
+ 'git51' => <<'----------',
+--maximum-line-length=120
+--converge
+--tabs
+--entab-leading-whitespace=4
+--continuation-indentation=4
+--extended-continuation-indentation
+--no-delete-old-newlines
+--no-outdent-long-lines
+--no-outdent-labels
+--novalign
+--no-logical-padding
+--opening-sub-brace-on-new-line
+--square-bracket-tightness=2
+--paren-tightness=2
+--brace-tightness=2
+--opening-token-right
+
+-sal='first any sum sum0 reduce'
+----------
'git54' => "-bbp=3 -bbpi=2 -ci=4 -lp",
'lpxl1' => "-lp",
'lpxl3' => <<'----------',
use Carp ();
use File::Spec ();
use File::Path ();
+----------
+
+ 'git51' => <<'----------',
+Type::Libraries->setup_class(
+ __PACKAGE__,
+ qw(
+ Types::Standard
+ Types::Common::Numeric
+ ), # <--- brace here
+);
----------
'git54' => <<'----------',
my $cloning = shift;
#16...........
},
+
+ 'git51.def' => {
+ source => "git51",
+ params => "def",
+ expect => <<'#17...........',
+Type::Libraries->setup_class(
+ __PACKAGE__,
+ qw(
+ Types::Standard
+ Types::Common::Numeric
+ ), # <--- brace here
+);
+#17...........
+ },
+
+ 'git51.git51' => {
+ source => "git51",
+ params => "git51",
+ expect => <<'#18...........',
+Type::Libraries->setup_class(
+ __PACKAGE__,
+ qw(
+ Types::Standard
+ Types::Common::Numeric
+ ), # <--- brace here
+);
+#18...........
+ },
};
my $ntests = 0 + keys %{$rtests};