From: John Benediktsson Date: Thu, 4 Mar 2021 23:08:46 +0000 (-0800) Subject: punycode: remove test. X-Git-Tag: 0.99~2565 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=fb7400c0007f972bb62b35dab6fb5aebf093d83e punycode: remove test. --- diff --git a/extra/punycode/punycode-tests.factor b/extra/punycode/punycode-tests.factor index d5490afbb6..07f567e526 100644 --- a/extra/punycode/punycode-tests.factor +++ b/extra/punycode/punycode-tests.factor @@ -151,15 +151,3 @@ tools.test urls ; { URL" http://例子.卷筒纸" } [ URL" http://xn--fsqu00a.xn--3lr804guic/" >idna ] unit-test { URL" http://xn--fsqu00a.xn--3lr804guic/" } [ URL" http://例子.卷筒纸" idna> ] unit-test -{ - T{ url - { protocol "http" } - { username f } - { password f } - { host "März.com" } - { port f } - { path "/päth" } - { query LH{ { "query" "Dürst" } } } - { anchor "☃" } - } -} [ "http://März.com/päth?query=Dürst#☃" >irl ] unit-test