Add another ignore example to the manual and test suite.
This commit is contained in:
parent
6e5331814d
commit
7c90000393
2 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ use strict;
|
|||
use warnings;
|
||||
|
||||
use File::Temp qw(tempdir);
|
||||
use Test::More tests => 286;
|
||||
use Test::More tests => 287;
|
||||
|
||||
use testutil;
|
||||
use Stow::Util qw(join_paths);
|
||||
|
@ -235,7 +235,7 @@ sub test_examples_in_manual {
|
|||
);
|
||||
}
|
||||
|
||||
for my $re ('bar', 'baz', 'qux') {
|
||||
for my $re ('bar', 'baz', 'qux', 'o/bar/b') {
|
||||
my $local_ignore = setup_package_local_list($stow_path, $package, "$re\n");
|
||||
test_ignores(
|
||||
$stow_path, $package, $context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue