Skip to content

Commit 8185c2b

Browse files
committed
du IDNA testai
1 parent 614effe commit 8185c2b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,11 @@ int main()
159159

160160
// IDNA testai
161161
// http://www.unicode.org/reports/tr46/#Implementation_Notes
162-
url_testas("http://%E5%8D%81%zz.com/", nullptr);
162+
url_testas("http://%E5%8D%81%zz.com/");
163+
url_testas("http://%C3%BF-abc.com/");
164+
165+
// https://github.com/jsdom/whatwg-url/issues/50
166+
url_testas("https://r3---sn-p5qlsnz6.googlevideo.com/");
163167

164168
// simple_buffer testai
165169
void test_buffer(); test_buffer();

0 commit comments

Comments
 (0)