diff options
Diffstat (limited to 'test/lua')
-rw-r--r-- | test/lua/unit/url.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lua/unit/url.lua b/test/lua/unit/url.lua index b4168b4eb..cd23afd7c 100644 --- a/test/lua/unit/url.lua +++ b/test/lua/unit/url.lua @@ -103,9 +103,9 @@ context("URL check functions", function() {"http://0.0xFFFFFF", true, { host = '0.255.255.255' }}, - {"http:/\\030052000001", true, { - host = '192.168.0.1' - }}, + --{"http:/\\030052000001", true, { + -- host = '192.168.0.1' + --}}, {"http:\\/0xc0.052000001", true, { host = '192.168.0.1' }}, |