Ë
    öU.j›  ã                   ó0   — d dl mZ d dlmZ dZdZd„ Zd„ Zy)é    )Ú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                 ó@   — dj                  | j                  «       «      S )zu
    Remove leading and trailing whitespace, and convert internal
    stretches of whitespace to a single space.
    Ú )ÚjoinÚsplit)Úss    ú_C:\xampp\htdocs\tradingbinance\backend\.venv\Lib\site-packages\numpy/f2py/tests/test_pyf_src.pyÚnormalize_whitespacer      s   € ð
 �8‰8�A—G‘G“IÓÐó    c                  ón   — t        t        «      } t        | «      }t        t        «      }t	        ||«       y)zRegression test for gh-10712.N)r   Úpyf_srcr   Úexpected_pyfr   )ÚpyfÚnormalized_pyfÚnormalized_expected_pyfs      r
   Útest_from_templater   '   s,   € ä
”gÓ
€CÜ)¨#Ó.€NÜ2´<Ó@ÐÜ�Ð!8Õ9r   N)Únumpy.f2py._src_pyfr   Únumpy.testingr   r   r   r   r   © r   r
   Ú<module>r      s#   ðå +Ý &ð	€ð€òó:r   