diff options
Diffstat (limited to 'test/fixtures/_known_hosts/spaced conf')
-rw-r--r-- | test/fixtures/_known_hosts/spaced conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/_known_hosts/spaced conf b/test/fixtures/_known_hosts/spaced conf new file mode 100644 index 0000000..ac0891e --- /dev/null +++ b/test/fixtures/_known_hosts/spaced conf @@ -0,0 +1,8 @@ + + # Unindented +Host gee + UserKnownHostsFile "_known_hosts/spaced known_hosts" + + # Indented + Host hus #not-a-comment + UserKnownHostsFile "_known_hosts/known_hosts2" |