* spot/sanity/ipynb.test: Fix notebook detection.

This commit is contained in:
Alexandre Duret-Lutz 2015-12-28 18:04:08 +01:00
parent 8483f7fc50
commit 18572db39f

View file

@ -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;