mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-03 18:08:34 +02:00
Code Cleanup - unit test warning
- Cleaned up Perl warning in unit test.
This commit is contained in:
parent
01e5e773eb
commit
120593887b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ my $output = qx{../task rc:subst.rc info 1};
|
||||||
like ($output, qr/FOO foo foo/, 'substitution in description');
|
like ($output, qr/FOO foo foo/, 'substitution in description');
|
||||||
|
|
||||||
qx{../task rc:subst.rc 1 /foo/FOO/g};
|
qx{../task rc:subst.rc 1 /foo/FOO/g};
|
||||||
my $output = qx{../task rc:subst.rc info 1};
|
$output = qx{../task rc:subst.rc info 1};
|
||||||
like ($output, qr/FOO FOO FOO/, 'global substitution in description');
|
like ($output, qr/FOO FOO FOO/, 'global substitution in description');
|
||||||
|
|
||||||
# Test the substitution command on annotations.
|
# Test the substitution command on annotations.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue