Index: lib/src/prism/tests/languages/autohotkey/string_feature.test |
diff --git a/lib/src/prism/tests/languages/autohotkey/string_feature.test b/lib/src/prism/tests/languages/autohotkey/string_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..76168fd2713629795ae81f2ccdb542441ef64358 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/autohotkey/string_feature.test |
@@ -0,0 +1,15 @@ |
+"" |
+"foo" |
+"foo""bar" |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["string", "\"\""], |
+ ["string", "\"foo\""], |
+ ["string", "\"foo\"\"bar\""] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for strings. |