* spot/sanity/ipynb.test: Fix notebook detection.
This commit is contained in:
parent
8483f7fc50
commit
18572db39f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ my $exit_status = 0;
|
||||||
my %seen;
|
my %seen;
|
||||||
while (<FD>)
|
while (<FD>)
|
||||||
{
|
{
|
||||||
if (m:\]\[([\w-]+\.ipynb)\]\]:)
|
if (m:\]\[=([\w-]+\.ipynb)=\]\]:)
|
||||||
{
|
{
|
||||||
# print "$1 documented";
|
# print "$1 documented";
|
||||||
$seen{$1} = 1;
|
$seen{$1} = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue