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