14 lines
224 B
Plaintext
14 lines
224 B
Plaintext
|
// test:
|
||
|
// - leading dot
|
||
|
// - trailing dot
|
||
|
// - consecutive dots
|
||
|
|
||
|
// ===BEGIN ICANN DOMAINS===
|
||
|
|
||
|
// example.com: https://www.iana.org/domains/reserved
|
||
|
.a.example.com
|
||
|
b.example.com.
|
||
|
c..example.com
|
||
|
|
||
|
// ===END ICANN DOMAINS===
|