Skip to content
Snippets Groups Projects
  1. Sep 27, 2010
  2. Sep 24, 2010
  3. Sep 23, 2010
    • Sebastian Hahn's avatar
      Add new torrc line continuation unit tests · 1d29ad89
      Sebastian Hahn authored
      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.
      1d29ad89
  4. Sep 22, 2010
Loading