X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7204bba1d32fccadf9441eb66555d41fc629320..c545950d8cfe2d17f64dbf6c5aafb94fade9cb5d:/tests/regex/regex.pl diff --git a/tests/regex/regex.pl b/tests/regex/regex.pl index cf2ba46d59..2402864171 100755 --- a/tests/regex/regex.pl +++ b/tests/regex/regex.pl @@ -426,7 +426,7 @@ for (@input) my $results = $opts =~ /-inline/ && $test ne 'f' ? $extras[$i+2] : ''; # get them all in the right order and print - unshift @args, $test, parsetcl($id), '-'; + unshift @args, $test, parsetcl($id), $results ? '-' : 'o'; push @args, parsetcl(parsetcl($results)) if $results; handle_test @args; }