Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
18572db3
Commit
18572db3
authored
Dec 28, 2015
by
Alexandre Duret-Lutz
Browse files
* spot/sanity/ipynb.test: Fix notebook detection.
parent
8483f7fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/sanity/ipynb.test
View file @
18572db3
...
...
@@ -45,7 +45,7 @@ my $exit_status = 0;
my
%
seen
;
while
(
<
FD
>
)
{
if
(
m
:
\
]
\
[([
\
w
-
]
+
\
.
ipynb
)
\
]
\
]
:
)
if
(
m
:
\
]
\
[
=
([
\
w
-
]
+
\
.
ipynb
)
=
\
]
\
]
:
)
{
# print "$1 documented";
$seen
{
$
1
}
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment