#
# 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