1#
2# test data for dns_name_fullcompare
3# format:
4#	<name1> <tab> <name2> <tab> <exp_reln> <tab> <exp_order> <tab> <exp_nlabels> <tab> <exp_nbits>
5# where: exp_reln may be one of:
6#		none, equal, contains, subdomain, commonancestor
7# and where: exp_nlabels and exp_nbits are not tested if < 0
8#
9c.d	a.b.c.d	contains	-1	2	0
10a.b.c.d	c.d	subdomain	1	2	0
11