tests/test.lua

changeset 29
3f77d77806c1
parent 28
0584f8251f88
equal deleted inserted replaced
28:0584f8251f88 29:3f77d77806c1
368 p = lxp.new({ StartElement = function () print(p) end }); 368 p = lxp.new({ StartElement = function () print(p) end });
369 end 369 end
370 collectgarbage(); collectgarbage() 370 collectgarbage(); collectgarbage()
371 assert(math.abs(gcinfo() - x) <= 2) 371 assert(math.abs(gcinfo() - x) <= 2)
372 372
373 print"OK" 373 print("OK", _VERSION)
374

mercurial