python (3.11.7)
§
    ¦±e  ã                   óB   — d Z d„ Zd„ Zd„ Zd„ ZdZd„ Zd„ Zdd	d
œZd„ Z	dS )
a  This 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
c                  ó   — dS )z+
    >>> 2+2
    5
    >>> 2+2
    4
    N© r   ó    úG/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/test/sample_doctest.pyÚfoor      ó   € € € r   c                  ó   — dS )z
    >>> 2+2
    4
    Nr   r   r   r   Úbarr	      r   r   c                  ó   — dS )zU
    >>> import test.test_doctest
    >>> test.test_doctest.sillySetup
    True
    Nr   r   r   r   Útest_silly_setupr       r   r   c                  ó   — dS )zn
    >>> if 1:
    ...    print('a')
    ...    print()
    ...    print('b')
    a
    <BLANKLINE>
    b
    Nr   r   r   r   Úw_blankr
   (   r   r   é   c                  ó   — dS )z
    >>> x
    1
    Nr   r   r   r   Úx_is_oner   4   r   r   c                  ó   — dS )z
    >>> y
    1
    Nr   r   r   r   Úy_is_oner   :   r   r   zG
                    >>> 42
                    42
                    zH
                    >>> 42
                    666
                    )ÚgoodÚbadc                  ó2   — dd l } |                      ¦   «         S )Né    )ÚdoctestÚDocTestSuite)r   s    r   Ú
test_suiter   J   s   € Ø€N€N€NØ×ÒÑ!Ô!Ð!r   N)
Ú__doc__r   r	   r   r
   Úxr   r   Ú__test__r   r   r   r   ú<module>r      sŸ   ððð ðð ð ðð ð ðð ð ð	ð 	ð 	ð €ðð ð ðð ð ððð	
ð 
€ð"ð "ð "ð "ð "r