blob: 3aa77609ed883dae28c4c55756508977d8b9ab7d [file] [log] [blame]
Branden Archer200349f2020-10-14 10:20:15 -07001# Values from the parsenetaddress_test.cpp unit test
2
3"www.google.com"
4"www.google.com:123"
5"www.google.com"
6"www.google.com:666"
7"1.2.3.4"
8"1.2.3.4:123"
9"1.2.3.4"
10"1.2.3.4:666"
11"::1"
12"[::1]:123"
13"fe80::200:5aee:feaa:20a2"
14"[fe80::200:5aee:feaa:20a2]:123"
15"fe80::200:5aee:feaa:20a2"
16"[::1]:666"
17"[fe80::200:5aee:feaa:20a2]:666"
18"1.2.3.4:"
19"1.2.3.4::"
20":123"
21":1"
22"::::::::1"
23"[::1"
24"[::1]"
25"[::1]:"
26"[::1]::"
27"1.2.3.4:-1"
28"1.2.3.4:0"
29"1.2.3.4:65536"
30"1.2.3.4:hello"
31"[::1]:-1"
32"[::1]:0"
33"[::1]:65536"
34"[::1]:hello"