mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
parent
542f1e0f82
commit
003f092bf4
3 changed files with 3 additions and 4 deletions
|
@ -52,7 +52,7 @@ if ($output =~ /PUC-Rio/)
|
|||
{
|
||||
# Test the hook.
|
||||
$output = qx{../src/task rc:hook.rc _version};
|
||||
like ($output, qr/^marker.+\n\w{7}/ms, 'Found marker before output');
|
||||
like ($output, qr/^marker.+\b\w{7}\b/ms, 'Found marker before output');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue