diff options
| author | amelia squires <[email protected]> | 2024-09-16 12:16:29 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2024-09-16 12:16:29 -0500 |
| commit | 602818b895fec710b0534b0b8fa7f5e1f57203c2 (patch) | |
| tree | d1a5a26af92af8fabf12d5095a2d3745431593b4 /tests/t.lua | |
| parent | 7c757e7ca41cacd1505622dcb48e5657364aa714 (diff) | |
fix _copy and mem leaks
Diffstat (limited to 'tests/t.lua')
| -rw-r--r-- | tests/t.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/t.lua b/tests/t.lua new file mode 100644 index 0000000..9c71c61 --- /dev/null +++ b/tests/t.lua @@ -0,0 +1,5 @@ +a = require "lullaby" + +o = a.crypto.sha224() +--o:update("me") +--print(o:final()) |
