Merge pull request #3558 from akien-mga/pr-regex-test

Fix return value of regexp string test
This commit is contained in:
Rémi Verschelde 2016-02-03 07:49:23 +01:00
commit 84b2aa5a62

View file

@ -472,7 +472,7 @@ bool test_26() {
{
printf("%ls\n", regexp.get_capture(i).c_str());
}
return res;
return (res>=0);
};
struct test_27_data {