From 009eb7d43d9582856c275ad3b16f7e3ff94209cc Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 16 Apr 2025 13:09:46 -0500 Subject: merge thingy --- tests/old/h.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/old/h.lua (limited to 'tests/old/h.lua') diff --git a/tests/old/h.lua b/tests/old/h.lua new file mode 100644 index 0000000..a875b42 --- /dev/null +++ b/tests/old/h.lua @@ -0,0 +1,11 @@ +llib = require "lullaby" +llib.io.print_meta = 1 + +local a = llib.crypto.sha1() + +local b = llib.thread.buffer(a) + +llib.io.pprint(a) +llib.io.pprint(b:get()) +llib.io.pprint((b + "meow"):final()) + -- cgit v1.2.3