wxwidgets/tests/regex
Vadim Zeitlin 4b0fa10a29 Don't mix flags from different enums in wxRegEx unit test
Pass compilation and matching flags using separate parameters instead of
passing them as a single int and then separating them inside the
function.

This is a bit cleaner and also avoids warning about using deprecated
enum operations when using C++20.
2022-07-31 22:22:58 +02:00
..
reg.test Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
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 Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wxregextest.cpp Don't mix flags from different enums in wxRegEx unit test 2022-07-31 22:22:58 +02:00