mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Corrected FreeBSD rx unit tests.
This commit is contained in:
parent
efeb00d423
commit
e4e58e6571
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int main (int argc, char** argv)
|
||||||
ut.ok (r9.match (start, end, text), "e there are matches");
|
ut.ok (r9.match (start, end, text), "e there are matches");
|
||||||
ut.is (start.size (), (size_t) 6, "e == 6 matches");
|
ut.is (start.size (), (size_t) 6, "e == 6 matches");
|
||||||
|
|
||||||
#if defined(DARWIN) || defined(CYGWIN)
|
#if defined(DARWIN) || defined(CYGWIN) || defined(FREEBSD)
|
||||||
text = "this is the end.";
|
text = "this is the end.";
|
||||||
ut.pass (text + " =~ /\\bthe/");
|
ut.pass (text + " =~ /\\bthe/");
|
||||||
ut.pass (text + " =~ /the\\b/");
|
ut.pass (text + " =~ /the\\b/");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue