| Index: lib/src/prism/tests/languages/makefile/comment_feature.test
|
| diff --git a/lib/src/prism/tests/languages/makefile/comment_feature.test b/lib/src/prism/tests/languages/makefile/comment_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0e0c6c43589f1015928a1437ca51ced70c1da70a
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/makefile/comment_feature.test
|
| @@ -0,0 +1,16 @@
|
| +#
|
| +# foobar
|
| +# foo \
|
| +bar
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["comment", "#"],
|
| + ["comment", "# foobar"],
|
| + ["comment", "# foo \\\r\nbar"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for comments.
|
|
|