~mars/zope.testing/3.9.4-p0

« back to all changes in this revision

Viewing changes to src/zope/testing/testrunner/testrunner-ex/sampletests.txt

  • Committer: Maris Fogels
  • Date: 2010-06-04 14:58:44 UTC
  • Revision ID: maris.fogels@canonical.com-20100604145844-mb48c1ig9gty2kao
Initial import of zope.testing's 3.9.4 SVN tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is a sample doctest
 
2
 
 
3
    >>> x=1
 
4
    >>> x
 
5
    1
 
6
 
 
7
Blah blah blah
 
8
 
 
9
    >>> x
 
10
    1
 
11
 
 
12
Blah blah blah
 
13
 
 
14
    >>> x
 
15
    1
 
16
 
 
17
Blah blah blah
 
18
 
 
19
    >>> x
 
20
    1