diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-09-23 22:39:58 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-09-23 22:46:13 +0200 |
commit | 1d29ad891e848dcb48120331e0d2f78bd6777746 (patch) | |
tree | f97914ea5e928cd507e3d03e844e71c4b9970d73 /src/common | |
parent | 1dab6cf4cbb35e27dd1d13f7deeb3e25f7dfcd5c (diff) | |
download | tor-1d29ad891e848dcb48120331e0d2f78bd6777746.tar.gz tor-1d29ad891e848dcb48120331e0d2f78bd6777746.zip |
Add new torrc line continuation unit tests
We want to make sure that we don't break old torrc files that might have
used something like this made-up example:
ContactInfo UberUser <uber@user.com> # /// Fake email! \\\
Log info file /home/nick.mathewson/projects/tor-info.log
And we also want to support the following style of writing your torrc:
ExcludeNodes \
# Node1337 is run by the Bavarian Illuminati
Node1337, \
# The operator of Node99 looked at me funny
Node99
The code already handles both cases, but the unit test should help prove
it.
Diffstat (limited to 'src/common')
0 files changed, 0 insertions, 0 deletions