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