a
    Lf                     @   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 )TestQuotedCharacterZtestssrcZquoted_characterzfoo.fwin32z)Fails with MinGW64 Gfortran (Issue #9673))reasonc                 C   s   | j  dksJ d S )N)   '   "   ;   !   (   ))moduleZfoo)self r   _/var/www/ai-form-bot/venv/lib/python3.9/site-packages/numpy/f2py/tests/test_quoted_character.pytest_quoted_character   s    z)TestQuotedCharacter.test_quoted_characterN)__name__
__module____qualname__r   ZgetpathsourcespytestmarkZskipifsysplatformZslowr   r   r   r   r   r   
   s   r   )__doc__r   r    r   ZF2PyTestr   r   r   r   r   <module>   s   