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 grater than 0"
end
end)

File Metadata

Mime Type
text/plain
Expires
Apr 6 2026, 6:21 PM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16080
Default Alt Text
libivy_test.lua (223 B)

Event Timeline