| Index: lib/src/prism/tests/languages/git/comment_feature.test
|
| diff --git a/lib/src/prism/tests/languages/git/comment_feature.test b/lib/src/prism/tests/languages/git/comment_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c3d0358e78c659c3d6fcc63771eb980bbfa41e6e
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/git/comment_feature.test
|
| @@ -0,0 +1,17 @@
|
| +# On branch gh-pages
|
| +# Changes to be committed:
|
| +# (use "git reset HEAD <file>..." to unstage)
|
| +#
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["comment", "# On branch gh-pages"],
|
| + ["comment", "# Changes to be committed:"],
|
| + ["comment", "# (use \"git reset HEAD <file>...\" to unstage)"],
|
| + ["comment", "#"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for comments.
|
|
|