Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
51970485
Commit
51970485
authored
Aug 28, 2012
by
Michal 'vorner' Vaner
Browse files
[2188] Add missing file
I forgot to add it before.
parent
5e8d62ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/loadzone/tests/correct/Makefile.am
View file @
51970485
...
...
@@ -12,6 +12,7 @@ EXTRA_DIST += ttl1.db
EXTRA_DIST
+=
ttl2.db
EXTRA_DIST
+=
ttlext.db
EXTRA_DIST
+=
example.db
EXTRA_DIST
+=
comment.db
noinst_SCRIPTS
=
correct_test.sh
...
...
src/bin/loadzone/tests/correct/comment.db
0 → 100644
View file @
51970485
; Test removal of comments and not removal from strings.
; We had a bug - see #2188.
comment.example.com. 60 IN SOA ns1.example.com. hostmaster.example.com. 1 43200 900 1814400 7200
comment.example.com. 60 IN NS ns1.example.com.
comment.example.com. 60 IN TXT "Simple text"
comment.example.com. 60 IN TXT "; No comment"
comment.example.com. 60 IN TXT "Also no comment here" ; But here it is a comment
comment.example.com. 60 IN TXT "A combination ; see?" ; This is a "comment
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment