Files
ssh_config/testdata/config-no-ending-newline
Kevin Burke 555f37af0a Correctly parse files without trailing newline
If the file did not have a newline character as the last character,
parseKV() would panic with an NPE. Handle the parser changes better.

Fixes #21.
2018-08-30 14:46:27 -06:00

3 lines
51 B
Plaintext

Host example
HostName example.com
Port 4242