diff options
| author | moxie <moxie@3kgcat.fi> | 2026-03-16 03:26:30 +0200 |
|---|---|---|
| committer | moxie <moxie@3kgcat.fi> | 2026-03-16 03:26:30 +0200 |
| commit | 5ac2b3e08ca1cdaa3939e8f8446745925fb6a160 (patch) | |
| tree | c411b5d2c6885f4e5deecec9847324e4b0bdf884 /lua/muwiki/links.lua | |
| parent | bdf8cf6ecd52e1a2e0ffbe1c8a9da8a9178882d6 (diff) | |
test: export get_link_type for local testing
Diffstat (limited to 'lua/muwiki/links.lua')
| -rw-r--r-- | lua/muwiki/links.lua | 3 |
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 |
