Code Cleanup - unit test warning
- Cleaned up Perl warning in unit test.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user