From c5656af2ff5f2ee4a683540db792ccece6db4e43 Mon Sep 17 00:00:00 2001 From: john muhl Date: Fri, 21 Mar 2025 12:15:02 -0500 Subject: ; 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. --- test/lisp/progmodes/lua-mode-resources/which-function.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/lisp/progmodes/lua-mode-resources/which-function.lua (limited to 'test/lisp/progmodes/lua-mode-resources/which-function.lua') 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 @@ +local function f(x) + print(x) +end -- cgit v1.2.1