| Index: lib/src/prism/tests/languages/coffeescript/comment_feature.test
 | 
| diff --git a/lib/src/prism/tests/languages/coffeescript/comment_feature.test b/lib/src/prism/tests/languages/coffeescript/comment_feature.test
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..5d034ff0f076aa48d3b9c311640b689aecae83fb
 | 
| --- /dev/null
 | 
| +++ b/lib/src/prism/tests/languages/coffeescript/comment_feature.test
 | 
| @@ -0,0 +1,16 @@
 | 
| +#foo
 | 
| +# foo bar
 | 
| +### foo bar
 | 
| +baz ###
 | 
| +
 | 
| +----------------------------------------------------
 | 
| +
 | 
| +[
 | 
| +	["comment", "#foo"],
 | 
| +	["comment", "# foo bar"],
 | 
| +	["multiline-comment", "### foo bar\r\nbaz ###"]
 | 
| +]
 | 
| +
 | 
| +----------------------------------------------------
 | 
| +
 | 
| +Checks for single-line and multi-line comments.
 | 
| 
 |