mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
own CVS tree will help minimize CVS conflicts. Maybe not. Blame Graff for getting me to trim all trailing whitespace.
10 lines
284 B
Text
10 lines
284 B
Text
#
|
|
# test data for dns_name_compare
|
|
# format:
|
|
# <name1> <tab> <label1_pos> <tab> <name2> <tab> <label2_pos>
|
|
# where: label1_pos and label2_pos identify the label position of
|
|
# the common label shared by name1 and name2 respectively
|
|
#
|
|
c.d 1 a.b.c.d 3
|
|
a.b.c.d 3 c.d 1
|
|
a.b.c. 3 a.b.c. 3
|