diff options
Diffstat (limited to 'test/lisp/progmodes/lua-mode-resources/which-function.lua')
| -rw-r--r-- | test/lisp/progmodes/lua-mode-resources/which-function.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/progmodes/lua-mode-resources/which-function.lua b/test/lisp/progmodes/lua-mode-resources/which-function.lua new file mode 100644 index 00000000000..621d818461c --- /dev/null +++ b/test/lisp/progmodes/lua-mode-resources/which-function.lua | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | local function f(x) | ||
| 2 | print(x) | ||
| 3 | end | ||