diff options
| author | ame <[email protected]> | 2024-02-12 11:35:20 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-12 11:35:20 -0600 |
| commit | a49a8175e668db69760a3bc0a3c9e7a56351d111 (patch) | |
| tree | f4ff18c0a40d8642c8b798ccbd10c4e461642455 /tests | |
| parent | c128cf821708609e0f7b1076e06b2abfbc996ebc (diff) | |
copy now works
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/net.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/net.lua b/tests/net.lua index 705aaab..3320355 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -8,7 +8,8 @@ sleep = function(a) end
aea = 5
local wowa = 5
-_G.wo = llib
+--_G.wo = llib
+_G._llib = _G.llib
--_G.ww = llib
--llib.io.pprint(_G)
@@ -33,7 +34,8 @@ llib.net.listen( --print("hi from first")
--llib.io.pprint(llib.crypto.md5("hewwo"))
--_G.sleep(1)
- _G.llib.io.pprint(_G)
+ _G.llib.io.pprint(_G._G._G._llib.crypto.md5("hi"))
+ --_G.llib.io.pprint(_G._Go)
--_G.llib.io.pprint(_G.wo.crypto.md5("55"))
end)
|
