~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_cmdline.py

  • Committer: Martin Pool
  • Date: 2010-08-18 07:25:22 UTC
  • mto: This revision was merged to the branch mainline in revision 5383.
  • Revision ID: mbp@sourcefrog.net-20100818072522-uk3gsazoia3l3s0a
Start adding 'what's new in 2.3'

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
        self.assertAsTokens([(False, r'\\"'), (False, r'*.py')],
114
114
                            r'\\\\\" *.py')
115
115
        self.assertAsTokens([(True, u'\\\\')], u'"\\\\')
 
116