Index: lib/src/prism/tests/languages/autohotkey/comment_feature.test |
diff --git a/lib/src/prism/tests/languages/autohotkey/comment_feature.test b/lib/src/prism/tests/languages/autohotkey/comment_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5b00ce20dbed2cf5f63dff0f2293c0a45f281690 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/autohotkey/comment_feature.test |
@@ -0,0 +1,13 @@ |
+;foo |
+; bar |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["comment", ";foo"], |
+ ["comment", "; bar"] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for comments. |