File: //lib/python3/dist-packages/numpy/f2py/tests/__pycache__/test_quoted_character.cpython-310.pyc
o
6��a� � @ sB d Z ddlZddlZddlmZ ddlmZ G dd� dej�ZdS )z0See https://github.com/numpy/numpy/pull/10676.
� N)�assert_equal� )�utilc @ s. e Zd ZdZejjejdkdd�dd� �Z dS )�TestQuotedCharactera�
SUBROUTINE FOO(OUT1, OUT2, OUT3, OUT4, OUT5, OUT6)
CHARACTER SINGLE, DOUBLE, SEMICOL, EXCLA, OPENPAR, CLOSEPAR
PARAMETER (SINGLE="'", DOUBLE='"', SEMICOL=';', EXCLA="!",
1 OPENPAR="(", CLOSEPAR=")")
CHARACTER OUT1, OUT2, OUT3, OUT4, OUT5, OUT6
Cf2py intent(out) OUT1, OUT2, OUT3, OUT4, OUT5, OUT6
OUT1 = SINGLE
OUT2 = DOUBLE
OUT3 = SEMICOL
OUT4 = EXCLA
OUT5 = OPENPAR
OUT6 = CLOSEPAR
RETURN
END
�win32z)Fails with MinGW64 Gfortran (Issue #9673))�reasonc C s t | j�� d� d S )N)� '� "� ;� !� (� ))r �module�foo)�self� r �H/usr/lib/python3/dist-packages/numpy/f2py/tests/test_quoted_character.py�test_quoted_character s z)TestQuotedCharacter.test_quoted_characterN)
�__name__�
__module__�__qualname__�code�pytest�mark�skipif�sys�platformr r r r r r s �r ) �__doc__r r �
numpy.testingr � r �F2PyTestr r r r r �<module> s