wxWidgets/tests/regex
Vadim Zeitlin 93c86fe5cd Fix harmless signed/unsigned warning in wxRegEx unit test
Cast the expected number of matches to "int" to have the same type as
wxRegEx::Replace() return value -- there is no danger of truncation here
as we're never going to expect billions of matches.
2022-02-10 13:36:49 +00:00
..
reg.test
regex.inc Make built-in regex library tests run again too 2021-03-14 13:10:14 +01:00
regex.pl Make built-in regex library tests run again too 2021-03-14 13:10:14 +01:00
regextest.cpp Skip wxRegEx tests requiring Unicode support if wxUSE_UNICODE=0 2021-07-24 19:17:59 +02:00
wxreg.test
wxregextest.cpp Fix harmless signed/unsigned warning in wxRegEx unit test 2022-02-10 13:36:49 +00:00