Bump to 1.14.1
[platform/upstream/augeas.git] / tests / test-augprint / etc / hosts
1 # /etc/hosts for testing specific functionality of augprint
2
3 127.0.0.1   localhost localhost4 localhost.localdomain   # ipv4
4 ::1         localhost localhost6                         # ipv6
5
6 # "double-quoted"
7 # 'single quoted'
8 # Comment       tab             tabx2
9 # Comment \backslash \\double-backslash
10 # Repeated comment
11
12 # First preference, unique first tail (/ipaddr)
13 192.0.2.1               example.com             www.example.com ftp.example.com
14 192.0.2.2               example.com             www.example.com ftp.example.com
15
16 # Second preference, unique tail+value for /alias[1]
17 192.0.2.77  second find_this1 alias77 # add another tail (this comment)
18 192.0.2.77      second find_this2
19
20 # Third preference, unique (first-tail /ipaddr  +  tail+value /alias[1] )
21 192.0.2.33  third alias1
22 192.0.2.33  third alias2
23 192.0.2.34  third alias1
24 192.0.2.34  third alias2
25
26 # Third preference for first one, Fourth preference (fallback) for second and third
27 192.0.2.99  third abc
28 192.0.2.99  fourth abc def
29 192.0.2.99  fourth abc def
30
31 # Repeated comment