| Index: lib/src/prism/tests/languages/batch/comment_feature.test
|
| diff --git a/lib/src/prism/tests/languages/batch/comment_feature.test b/lib/src/prism/tests/languages/batch/comment_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..83759d8e86a5862ec1a8fac17977a4a4e2e0dd86
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/batch/comment_feature.test
|
| @@ -0,0 +1,18 @@
|
| +::
|
| +:: Foobar
|
| +REM Foobar
|
| +rem foo^
|
| +bar
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["comment", "::"],
|
| + ["comment", ":: Foobar"],
|
| + ["comment", "REM Foobar"],
|
| + ["comment", "rem foo^\r\nbar"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for comments.
|
|
|