mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
10 lines
350 B
Text
10 lines
350 B
Text
#
|
|
# test data for dns_name_fullcompare
|
|
# format:
|
|
# <name1> <tab> <name2> <tab> <exp_reln> <tab> <exp_order> <tab> <exp_nlabels> <tab> <exp_nbits>
|
|
# where: exp_reln may be one of:
|
|
# none, equal, contains, subdomain, commonancestor
|
|
# and where: exp_nlabels and exp_nbits are not tested if < 0
|
|
#
|
|
c.d a.b.c.d contains -1 2 0
|
|
a.b.c.d c.d subdomain 1 2 0
|