
    G/PhO                     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    h/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/numpy/distutils/tests/test_from_template.pynormalize_whitespacer      s    
 88AGGII    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.distutils.from_templater   numpy.testingr   r   r   r   r    r   r
   <module>r      s_    5 5 5 5 5 5 & & & & & &	  : : : : :r   