blob: 102b0721f3a1492ba9fd8358f2e952acb55d57e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# test data for dns_name_issubdomain
# format:
# <name1> <tab> <name2> <tab> <issubdomain>
# where: issubdomain is 0 if false, else non-zero
#
# and where: exp_nlabels and exp_nbits are not tested if < 0
#
c.d a.b.c.d 0
a.b.c.d c.d 1
a.b.c. a.b.c. 1
|