aboutsummaryrefslogtreecommitdiff
path: root/test/dicttest.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-11 06:18:57 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-11 06:18:57 +0000
commit1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a (patch)
tree35012ac4464bf4a3c8ed942495ef37319b6c9ad1 /test/dicttest.lua
parenta04f15d1ca440006a53bd0d9f98c12e5abebd969 (diff)
downloadluasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.tar.gz
luasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.tar.bz2
luasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.zip
Fine tunned modules scheme.
Adjusted client modules. Fixed proxy bug in http.
Diffstat (limited to 'test/dicttest.lua')
-rw-r--r--test/dicttest.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dicttest.lua b/test/dicttest.lua
new file mode 100644
index 0000000..fcdd61f
--- /dev/null
+++ b/test/dicttest.lua
@@ -0,0 +1,3 @@
1local dict = require"socket.dict"
2
3for i,v in dict.get("dict://localhost/d:banana") do print(v) end