aboutsummaryrefslogtreecommitdiff
path: root/tests/s.lua
diff options
context:
space:
mode:
authorame <[email protected]>2024-06-13 00:01:51 -0500
committerame <[email protected]>2024-06-13 00:01:51 -0500
commit2999d3412ccf5c7fc1a9e84695c7a2bce69d3e82 (patch)
tree401f11f59cbf2cee3c7ec1c58906b7c4d8105e4b /tests/s.lua
parent152b605c856112b074dc7b41651424c4170fc067 (diff)
working on deepcopy ub
Diffstat (limited to 'tests/s.lua')
-rw-r--r--tests/s.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/s.lua b/tests/s.lua
index bac5072..929c127 100644
--- a/tests/s.lua
+++ b/tests/s.lua
@@ -1,2 +1,15 @@
+local t = function (a) end
+
require "llib"
+a = llib.crypto.md5()
+
+for i = 1,200 do
+ --llib.io.pprint(function (a) end)
+ llib.thread.async(function(a) end)--:await()
+end
+
+if a:final() ~= "d41d8cd98f00b204e9800998ecf8427e" then
+ print(a:final())
+end
+