11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
|
// gulp.watch('./src/**/*.js', ['move']);
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "// gulp.watch('./src/**/*.js', ['move']);"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for multi-line comment inside single-line comment. See #1337
|