Imported Upstream version 1.1.2
[platform/upstream/python-nose.git] / unit_tests / support / foo / doctests.txt
1 Doctests in a text file.
2
3     >>> 1 + 2
4     3
5
6     >>> ['a', 'b'] + ['c']
7     ['a', 'b', 'c']