diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-28 21:08:50 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-28 21:08:50 +0000 |
commit | f18d1b7cd0ec4708518ab5e18ea33b6eadca0301 (patch) | |
tree | e831c6b1957af47db1301675b52c0d2a2e315fa7 /test/urltest.lua | |
parent | 307603b24dde69eac62d2cb52123488137520c9c (diff) | |
download | luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.gz luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.bz2 luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.zip |
Closer to release...
Diffstat (limited to 'test/urltest.lua')
-rw-r--r-- | test/urltest.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/urltest.lua b/test/urltest.lua index b97844d..7b1f0c0 100644 --- a/test/urltest.lua +++ b/test/urltest.lua | |||
@@ -1,5 +1,4 @@ | |||
1 | 1 | dofile("noglobals.lua") | |
2 | |||
3 | 2 | ||
4 | local check_build_url = function(parsed) | 3 | local check_build_url = function(parsed) |
5 | local built = socket.url.build(parsed) | 4 | local built = socket.url.build(parsed) |