16 lines
267 B
Plaintext
16 lines
267 B
Plaintext
|
// test:
|
|||
|
// - label contains illegal character
|
|||
|
// - c. is valid UTF-8
|
|||
|
// - d. has invalid UTF-8 code for the TLD
|
|||
|
//
|
|||
|
// best viewed with 'LC_ALL=C vi <filename>'
|
|||
|
|
|||
|
// ===BEGIN ICANN DOMAINS===
|
|||
|
|
|||
|
a.exam#ple.com
|
|||
|
b.exam ple.com
|
|||
|
c.测试
|
|||
|
d.测<><E6B58B>
|
|||
|
|
|||
|
// ===END ICANN DOMAINS===
|