| 1 | >>> Bux not fixed:
|
|---|
| 2 | RegexInvalid.status(): "17"
|
|---|
| 3 | RegexInvalid.begin(): "0"
|
|---|
| 4 | RegexValid.status(): "0"
|
|---|
| 5 | RegexValid.begin(): "0"
|
|---|
| 6 |
|
|---|
| 7 | >>> Bug fixed:
|
|---|
| 8 | RegexInvalid.status(): "17"
|
|---|
| 9 | RegexInvalid.begin(): "0"
|
|---|
| 10 | RegexValid.status(): "0"
|
|---|
| 11 | RegexValid.begin(): "0x916618"
|
|---|
| 12 |
|
|---|