aboutsummaryrefslogtreecommitdiff
path: root/lua/muwiki
diff options
context:
space:
mode:
authormoxie <moxie@3kgcat.fi>2026-03-16 03:26:30 +0200
committermoxie <moxie@3kgcat.fi>2026-03-16 03:26:30 +0200
commit5ac2b3e08ca1cdaa3939e8f8446745925fb6a160 (patch)
treec411b5d2c6885f4e5deecec9847324e4b0bdf884 /lua/muwiki
parentbdf8cf6ecd52e1a2e0ffbe1c8a9da8a9178882d6 (diff)
test: export get_link_type for local testing
Diffstat (limited to 'lua/muwiki')
-rw-r--r--lua/muwiki/links.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/muwiki/links.lua b/lua/muwiki/links.lua
index 9ae22bd..24a483d 100644
--- a/lua/muwiki/links.lua
+++ b/lua/muwiki/links.lua
@@ -242,4 +242,7 @@ function M.jump_link(direction)
end
end
+-- Export for testing
+M.get_link_type = get_link_type
+
return M