
    Bwgo                     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    T/var/www/horilla/myenv/lib/python3.12/site-packages/numpy/f2py/tests/test_pyf_src.pynormalize_whitespacer      s    
 88AGGI    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   