CS-Notes/docs/_style/prism-master/tests/languages/javascript/issue1337.test

11 lines
291 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
// gulp.watch('./src/**/*.js', ['move']);
----------------------------------------------------
[
["comment", "// gulp.watch('./src/**/*.js', ['move']);"]
]
----------------------------------------------------
Checks for multi-line comment inside single-line comment. See #1337