python (3.12.0)

(root)/
lib/
python3.12/
test/
__pycache__/
sample_doctest.cpython-312.opt-1.pyc

͑e@dZdZdZdZdZdZdZdZdd	d
ZdZ	y)
aThis is a sample module that doesn't really test anything all that
   interesting.

It simply has a few tests, some of which succeed and some of which fail.

It's important that the numbers remain constant as another test is
testing the running of these tests.


>>> 2+2
4
cy)z+

    >>> 2+2
    5

    >>> 2+2
    4
    NrG/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/test/sample_doctest.pyfoorrcy)z

    >>> 2+2
    4
    Nrrrrbarr	rrcy)zU

    >>> import test.test_doctest
    >>> test.test_doctest.sillySetup
    True
    Nrrrrtest_silly_setupr rrcy)zn
    >>> if 1:
    ...    print('a')
    ...    print()
    ...    print('b')
    a
    <BLANKLINE>
    b
    Nrrrrw_blankr
(rrcy)z
    >>> x
    1
    Nrrrrx_is_oner4rrcy)z
    >>> y
    1
    Nrrrry_is_oner:rrzG
                    >>> 42
                    42
                    zH
                    >>> 42
                    666
                    )goodbadc*ddl}|jS)N)doctestDocTestSuite)rs r
test_suiterJs!!rN)
__doc__rr	rr
xrr__test__rrrr<module>rsE		
"r