1; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2;
3; SPDX-License-Identifier: MPL-2.0
4;
5; This Source Code Form is subject to the terms of the Mozilla Public
6; License, v. 2.0.  If a copy of the MPL was not distributed with this
7; file, you can obtain one at https://mozilla.org/MPL/2.0/.
8;
9; See the COPYRIGHT file distributed with this work for additional
10; information regarding copyright ownership.
11
12$TTL 3600
13$ORIGIN flushtest.example.
14@			IN SOA	flushtest.example. ns.flushtest.example. (
15				2011072900
16				600
17				600
18				1200
19				3600
20				)
21			NS	ns
22ns			IN	A	10.53.0.1
23
24top1			IN	TXT	"text"
25second1.top1		IN	TXT	"text"
26third1.second1.top1	IN	TXT	"text"
27third2.second1.top1	IN	TXT	"text"
28second2.top1		IN	TXT	"text"
29second3.top1		IN	TXT	"text"
30
31; top2 node is omitted for testing with an empty nonterminal
32second1.top2		IN	TXT	"text"
33second2.top2		IN	TXT	"text"
34second3.top2		IN	TXT	"text"
35
36top3			IN	TXT	"text"
37second1.top3		IN	TXT	"text"
38third1.second1.top3	IN	TXT	"text"
39third2.second1.top3	IN	TXT	"text"
40; second2.top3 is omitted for testing with an empty nontermianl
41third1.second2.top3	IN	TXT	"text"
42third2.second2.top3	IN	TXT	"text"
43second3.top3		IN	TXT	"text"
44
45