summaryrefslogtreecommitdiffstats
path: root/bin/tests/names/dns_name_compare_data
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/names/dns_name_compare_data')
-rw-r--r--bin/tests/names/dns_name_compare_data11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/tests/names/dns_name_compare_data b/bin/tests/names/dns_name_compare_data
new file mode 100644
index 0000000..0467fcf
--- /dev/null
+++ b/bin/tests/names/dns_name_compare_data
@@ -0,0 +1,11 @@
+#
+# test data for dns_name_compare
+# format:
+# <name1> <tab> <name2> <tab> <exp_order>
+# where: exp_order may be one of: -1, 0, 1
+#
+# and where: exp_nlabels and exp_nbits are not tested if < 0
+#
+c.d a.b.c.d -1
+a.b.c.d c.d 1
+a.b.c a.b.c 0