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