Skip to content

Commit

Permalink
Merge d05ef51 into 991d56b
Browse files Browse the repository at this point in the history
  • Loading branch information
lndbrg committed Aug 15, 2014
2 parents 991d56b + d05ef51 commit 35c18b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_util.py
Expand Up @@ -41,7 +41,12 @@
\tUser bjork
Port=3333
Host *
\t \t Crazy something dumb
"""

dont_strip_whitespace_please = "\t \t Crazy something dumb "

test_config_file += dont_strip_whitespace_please
test_config_file += """
Host spoo.example.com
Crazy something else
"""
Expand Down

0 comments on commit 35c18b4

Please sign in to comment.