diff options
| author | john muhl | 2025-03-21 12:15:02 -0500 |
|---|---|---|
| committer | Po Lu | 2025-08-25 09:59:04 +0800 |
| commit | c5656af2ff5f2ee4a683540db792ccece6db4e43 (patch) | |
| tree | dd0eaaab38f36e99b9613854243da73bb5a906bd /test/lisp/progmodes/lua-mode-resources/which-function.lua | |
| parent | 38a07757425c711e037c526f2c76d342a81e7c17 (diff) | |
| download | emacs-c5656af2ff5f2ee4a683540db792ccece6db4e43.tar.gz emacs-c5656af2ff5f2ee4a683540db792ccece6db4e43.zip | |
; Add tests for 'lua-mode'
* test/lisp/progmodes/lua-mode-resources/font-lock.lua:
* test/lisp/progmodes/lua-mode-resources/hide-show.lua:
* test/lisp/progmodes/lua-mode-resources/indent.erts:
* test/lisp/progmodes/lua-mode-resources/movement.erts:
* test/lisp/progmodes/lua-mode-resources/which-function.lua:
* test/lisp/progmodes/lua-mode-tests.el: New file.
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 | ||