UNPKG
shnippet
Version:
latest (0.0.4-alpha)
next (1.0.0-alpha.2)
1.0.0-alpha.2
1.0.0-alpha.0
0.1.1-alpha.0
0.0.4-alpha
0.0.2-alpha
0.0.1-alpha
A snippet extraction tool for various programming languages.
shnippet
/
test
/
__fixtures__
/
malformed.js
8 lines
(7 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Example file with a malformed snippet (missing end tag)
//:snippet-start: malformed
function
test
(
) {
console
.
log
(
'This snippet has no end tag'
); }
// This is just a regular comment
// The snippet above is missing its end tag