+
    ein  c                   s2    ^ RI Ht ^ RIHt RtRtR tR tR# )i    )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                s@    RP                  V P                  4       4      # )zi
Remove leading and trailing whitespace, and convert internal
stretches of whitespace to a single space.
Z )ZjoinZsplit)Zss   &D/usr/lib64/python3.14/site-packages/numpy/f2py/tests/test_pyf_src.pynormalize_whitespacer      s    
 88AGGI    c                 sn    \        \        4      p \        V 4      p\        \        4      p\	        W4       R# )zRegression test for gh-10712.N)r    pyf_srcr   expected_pyfr   )ZpyfZnormalized_pyfZnormalized_expected_pyfs      r   test_from_templater   &   s)    
g
C)#.N2<@9r   N)Znumpy.f2py._src_pyfr    Znumpy.testingr   r   r   r   r   ) r   r   <module>r      s#    + &	:r   