/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_help.py

  • Committer: Jelmer Vernooij
  • Date: 2017-10-27 00:18:42 UTC
  • mto: This revision was merged to the branch mainline in revision 6799.
  • Revision ID: jelmer@jelmer.uk-20171027001842-o77sekj0g2t2zwbn
Properly escape backslashes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
 
337
337
class ZzzTranslationsForDoc(ZzzTranslations):
338
338
 
339
 
    _section_pat = re.compile(':\w+:\\n\\s+')
 
339
    _section_pat = re.compile(':\\w+:\\n\\s+')
340
340
    _indent_pat = re.compile('\\s+')
341
341
 
342
342
    def zzz(self, s):