+
    ŸBi!  ã                   ó*   € R t R tR tR tRR/tR tR# )zƒThis is a sample module used for testing doctest.

This module includes various scenarios involving errors.

>>> 2 + 2
5
>>> 1/0
1
c                  ó   € . ^ ,           R# ©é    N© r   ó    Ú>/usr/lib/python3.14/test/test_doctest/sample_doctest_errors.pyÚgr      s   € Ø€q‡E€Er   c                 ó   € R# )zL
>>> 2 + 2
5
>>> 1/0
1
>>> def f():
...     2 + '2'
...
>>> f()
1
>>> g()
1
Nr   r   r   r   Úerrorsr
      ó   ‚ r   c                 ó   € R# )z
>>> 2+*3
5
Nr   r   r   r   Úsyntax_errorr      r   r   Úbadz?
        >>> 2 + 2
        5
        >>> 1/0
        1
        c                  ó*   € ^ RI p V P                  4       # r   )ÚdoctestÚDocTestSuite)r   s    r   Ú
test_suiter   ,   s   € ÛØ×ÑÓ!Ð!r   N)Ú__doc__r   r
   r   Ú__test__r   r   r   r   Ú<module>r      s/   ðñò
òòð 
ð ð€ô"r   