| Index: lib/src/prism/tests/languages/processing/function_feature.test
|
| diff --git a/lib/src/prism/tests/languages/processing/function_feature.test b/lib/src/prism/tests/languages/processing/function_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..44b741d439e10f41d439fb7c9c1184d901a48e8f
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/processing/function_feature.test
|
| @@ -0,0 +1,13 @@
|
| +foo(
|
| +foo_bar_42 (
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["function", "foo"], ["punctuation", "("],
|
| + ["function", "foo_bar_42"], ["punctuation", "("]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for functions.
|
|
|