mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Merge branch '2.1.2' of tasktools.org:task into 2.1.2
This commit is contained in:
commit
bbd8a9556e
11 changed files with 21 additions and 32 deletions
|
@ -88,7 +88,7 @@ int main (int argc, char** argv)
|
|||
ut.ok (r9.match (start, end, text), "e there are matches");
|
||||
ut.is (start.size (), (size_t) 6, "e == 6 matches");
|
||||
|
||||
#ifdef DARWIN
|
||||
#if defined(DARWIN) || defined(CYGWIN) || defined(FREEBSD)
|
||||
text = "this is the end.";
|
||||
ut.pass (text + " =~ /\\bthe/");
|
||||
ut.pass (text + " =~ /the\\b/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue