mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
enhance test file with comments
This commit is contained in:
3
tests/fixtures/centos-7.7/hosts.out
vendored
3
tests/fixtures/centos-7.7/hosts.out
vendored
@ -1,2 +1,3 @@
|
||||
# comment line
|
||||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 # this is a comment
|
||||
|
3
tests/fixtures/ubuntu-18.04/hosts.out
vendored
3
tests/fixtures/ubuntu-18.04/hosts.out
vendored
@ -1,3 +1,4 @@
|
||||
# comment line
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 kbrazil-ubuntu
|
||||
|
||||
@ -5,5 +6,5 @@
|
||||
::1 ip6-localhost ip6-loopback
|
||||
fe00::0 ip6-localnet
|
||||
ff00::0 ip6-mcastprefix
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::1 ip6-allnodes # this is a comment
|
||||
ff02::2 ip6-allrouters
|
||||
|
Reference in New Issue
Block a user