Index: lib/src/prism/tests/languages/lolcode/function_feature.test |
diff --git a/lib/src/prism/tests/languages/lolcode/function_feature.test b/lib/src/prism/tests/languages/lolcode/function_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0f3dc0d0d2ce1a00ee64cd5cacf7c520fe630e15 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/lolcode/function_feature.test |
@@ -0,0 +1,18 @@ |
+I IZ foobar |
+ HOW IZ I foobar |
+IZ fooBAR |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["keyword", "I IZ"], |
+ ["function", "foobar"], |
+ ["keyword", "HOW IZ I"], |
+ ["function", "foobar"], |
+ ["keyword", "IZ"], |
+ ["function", "fooBAR"] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for functions. |