Index: lib/src/prism/tests/languages/autohotkey/tag_feature.test |
diff --git a/lib/src/prism/tests/languages/autohotkey/tag_feature.test b/lib/src/prism/tests/languages/autohotkey/tag_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0ca92589e4928a2f1e50094135b970ea350e8815 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/autohotkey/tag_feature.test |
@@ -0,0 +1,15 @@ |
+foo: |
+foo_bar: |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["tag", "foo"], |
+ ["punctuation", ":"], |
+ ["tag", "foo_bar"], |
+ ["punctuation", ":"] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for tags (labels). |