Test: Once more...

This commit is contained in:
Paul Beckingham 2015-07-29 00:57:56 -04:00
parent 12de296d42
commit 6e1d30a2ef

View file

@ -124,7 +124,7 @@ int main (int argc, char** argv)
RX r13 ("D\\d"); RX r13 ("D\\d");
ut.ok (r13.match (text), text + " =~ /D\\d/"); ut.ok (r13.match (text), text + " =~ /D\\d/");
#else #else
ut.skip (" =~ /D\\d/") ut.skip (" =~ /D\\d/");
#endif #endif
text = "D0"; text = "D0";