tor/src
Sebastian Hahn 1d29ad891e 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.
2010-09-23 22:46:13 +02:00
..
common Allow comments for multi-line torrc options 2010-09-11 01:41:23 +02:00
config Merge remote branch 'origin/maint-0.2.1' 2010-09-08 10:59:45 -04:00
or Allow comments for multi-line torrc options 2010-09-11 01:41:23 +02:00
test Add new torrc line continuation unit tests 2010-09-23 22:46:13 +02:00
tools Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
win32 Bump version to 0.2.2.15-alpha-dev 2010-08-19 16:24:31 -04:00
Makefile.am Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00