§
    ÈÁ³go  ã                   ó2   — d dl mZ d dlmZ dZdZd„ Zd„ ZdS )é    )Úprocess_str)Úassert_equalzÙ
python module foo
    <_rd=real,double precision>
    interface
        subroutine <s,d>foosub(tol)
            <_rd>, intent(in,out) :: tol
        end subroutine <s,d>foosub
    end interface
end python module foo
a#  
python module foo
    interface
        subroutine sfoosub(tol)
            real, intent(in,out) :: tol
        end subroutine sfoosub
        subroutine dfoosub(tol)
            double precision, intent(in,out) :: tol
        end subroutine dfoosub
    end interface
end python module foo
c                 óP   — d                      |                      ¦   «         ¦  «        S )zu
    Remove leading and trailing whitespace, and convert internal
    stretches of whitespace to a single space.
    ú )ÚjoinÚsplit)Úss    ú[/var/www/html/mpstechhub/venv/lib/python3.11/site-packages/numpy/f2py/tests/test_pyf_src.pyÚnormalize_whitespacer      s   € ð
 �8Š8�A—G’G‘I”IÑÔÐó    c                  ó”   — t          t          ¦  «        } t          | ¦  «        }t          t          ¦  «        }t	          ||¦  «         dS )zRegression test for gh-10712.N)r   Úpyf_srcr   Úexpected_pyfr   )ÚpyfÚnormalized_pyfÚnormalized_expected_pyfs      r
   Útest_from_templater   '   sA   € å
•gÑ
Ô
€CÝ)¨#Ñ.Ô.€NÝ2µ<Ñ@Ô@ÐÝ�Ð!8Ñ9Ô9Ð9Ð9Ð9r   N)Únumpy.f2py._src_pyfr   Únumpy.testingr   r   r   r   r   © r   r
   ú<module>r      s_   ðà +Ð +Ð +Ð +Ð +Ð +Ø &Ð &Ð &Ð &Ð &Ð &ð	€ð€ðð ð ð:ð :ð :ð :ð :r   