summaryrefslogtreecommitdiffstats
path: root/tests/zscanner/data/22_HINFO.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zscanner/data/22_HINFO.in')
-rw-r--r--tests/zscanner/data/22_HINFO.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/zscanner/data/22_HINFO.in b/tests/zscanner/data/22_HINFO.in
deleted file mode 100644
index 4cd5ab83d..000000000
--- a/tests/zscanner/data/22_HINFO.in
+++ /dev/null
@@ -1,26 +0,0 @@
-$ORIGIN .
-$TTL 1
-
-; OK
-@ HINFO "" "" ; Blank string
-@ HINFO a b ; One char string
-@ HINFO \ \ ; One space char
-@ HINFO "\ " "\ " ; One space char in quotes
-@ HINFO \021 \022 ; One unprintable char
-@ HINFO "\\ \"" "\\ \"" ; Special chars
-@ HINFO first \# ; Array with special string
-@ HINFO \# 2 00 00 ; Hexadecimal rdata
-@ TYPE13 \# 2 00 00 ; TYPE + Hexadecimal rdata
-@ TYPE13 "" "" ; TYPE
-@ HINFO "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMN1234\053" "" ; Text string of maximal length (255 chars)
-@ hinfo "" "" ; Type in lower-case
-
-; KO
-@ HINFO
-@ HINFO ; Empty rdata
-@ HINFO \# 0 ; Hex empty rdata
-@ HINFO \01 "" ; Missing digit in decimal notation
-@ HINFO \256 "" ; 8bit overflow in decimal notation
-@ HINFO """ "" ; '"' char without forward slash
-@ HINFO "" "" "" ; Unexpected item
-@ HINFO "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMN1234\0536" "" ; Maximal length overflow