]> gitweb.factorcode.org Git - factor.git/commitdiff
punycode: remove test.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 4 Mar 2021 23:08:46 +0000 (15:08 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 4 Mar 2021 23:08:46 +0000 (15:08 -0800)
extra/punycode/punycode-tests.factor

index d5490afbb6da96e88082e38cd0cf46173a16b87b..07f567e526a1e7f8088a5ace533f0c671781a91f 100644 (file)
@@ -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