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 | 1feb3c40514a7c1726f29502ce37966c308bea79 (patch) | |
| tree | d1a5a26af92af8fabf12d5095a2d3745431593b4 /tests/t.lua | |
| parent | dbf438f04dac63f2a32743fded1b7fbf02ed636b (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()) |
