Doctests in a text file.

    >>> 1 + 2
    3

    >>> ['a', 'b'] + ['c']
    ['a', 'b', 'c']
