Index: lib/src/prism/tests/languages/monkey/function_feature.test |
diff --git a/lib/src/prism/tests/languages/monkey/function_feature.test b/lib/src/prism/tests/languages/monkey/function_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..21debeb3befb009caafe82184b72b5ff97fde7aa |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/monkey/function_feature.test |
@@ -0,0 +1,13 @@ |
+foobar() |
+Foo_Bar_42() |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["function", "foobar"], ["punctuation", "("], ["punctuation", ")"], |
+ ["function", "Foo_Bar_42"], ["punctuation", "("], ["punctuation", ")"] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for functions. |