| Index: lib/src/prism/tests/languages/tcl/function_feature.test
|
| diff --git a/lib/src/prism/tests/languages/tcl/function_feature.test b/lib/src/prism/tests/languages/tcl/function_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a05e18c20f55e1ffa5e44772ea2c0d6be34a54da
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/tcl/function_feature.test
|
| @@ -0,0 +1,15 @@
|
| +proc foo
|
| +proc Foobar
|
| +proc foo_bar_42
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["builtin", "proc"], ["function", "foo"],
|
| + ["builtin", "proc"], ["function", "Foobar"],
|
| + ["builtin", "proc"], ["function", "foo_bar_42"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for functions.
|
|
|