20 lines
350 B
Plaintext
20 lines
350 B
Plaintext
// test:
|
|
// - leading space
|
|
// - trailing space, empty line with spaces
|
|
// - leading tab
|
|
// - trailing tab
|
|
// - line ends with CRLF
|
|
// - empty line with spaces
|
|
|
|
// ===BEGIN ICANN DOMAINS===
|
|
|
|
// example.com: https://www.iana.org/domains/reserved
|
|
a.example.com
|
|
b.example.com
|
|
c.example.com
|
|
d.example.com
|
|
e.example.com
|
|
|
|
|
|
// ===END ICANN DOMAINS===
|