Page MenuHomePhorge

libivy_test.lua
No OneTemporary

libivy_test.lua

local libivy = require "ivy.libivy"
it("should run a simple match", function(t)
local score = libivy.ivy_match("term", "I am a serch term")
if score <= 0 then
t.error("Score should not be less than 0 found " .. score)
end
end)

File Metadata

Mime Type
text/plain
Expires
Apr 10 2026, 10:50 AM (5 w, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15628
Default Alt Text
libivy_test.lua (239 B)

Event Timeline