| Index: lib/src/prism/tests/languages/lolcode/comment_feature.test
|
| diff --git a/lib/src/prism/tests/languages/lolcode/comment_feature.test b/lib/src/prism/tests/languages/lolcode/comment_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6031e27b0200d69ff615866e5617311c28a29c45
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/lolcode/comment_feature.test
|
| @@ -0,0 +1,14 @@
|
| +OBTW foo
|
| +bar TLDR
|
| + BTW foobar
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["comment", "OBTW foo\r\nbar TLDR"],
|
| + ["comment", "BTW foobar"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for single-line and multi-line comments.
|
|
|