diff options
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/providers/host/parsed/valid_hosts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/data/providers/host/parsed/valid_hosts b/test/data/providers/host/parsed/valid_hosts new file mode 100644 index 000000000..de5caf740 --- /dev/null +++ b/test/data/providers/host/parsed/valid_hosts @@ -0,0 +1,14 @@ +# Some leading comment, that should be ignored +# The next line is empty so it should be ignored + +::1 localhost + +# We now try another delimiter: Several tabs +127.0.0.1 localhost + +# No test trailing spaces +10.0.0.1 host1 + +# Ok its time to test aliases +2001:252:0:1::2008:8 ipv6host alias1 +192.168.0.1 ipv4host alias2 alias3 |
