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