o
    g                     @   s6   d Z ddlZddlZddlmZ G dd dejZdS )z0See https://github.com/numpy/numpy/pull/10676.

    N   )utilc                   @   sD   e Zd ZeddddgZejje	j
dkddejjdd	 Zd
S )TestQuotedCharactertestssrcquoted_characterzfoo.fwin32z)Fails with MinGW64 Gfortran (Issue #9673))reasonc                 C   s   | j  dks	J d S )N)   '   "   ;   !   (   ))modulefoo)self r   `/var/www/html/api-tag/env/lib/python3.10/site-packages/numpy/f2py/tests/test_quoted_character.pytest_quoted_character   s   z)TestQuotedCharacter.test_quoted_characterN)__name__
__module____qualname__r   getpathsourcespytestmarkskipifsysplatformslowr   r   r   r   r   r   
   s    r   )__doc__r   r    r   F2PyTestr   r   r   r   r   <module>   s
    