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