2
0
Fork 0

Fix return value of regexp string test

Closes #3556
2.0
Rémi Verschelde 2016-02-02 20:58:00 +07:00
parent d2f2eed963
commit 746a2996c9
1 changed files with 1 additions and 1 deletions

@ -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 {