moved wxRegEx test from console to testsuite (patch 938995)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user