| Server IP : 118.27.122.248 / Your IP : 216.73.216.15 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python36/lib64/python3.6/test/__pycache__/ |
Upload File : |
3 � �^# � @ s: d dl Z d dlmZ G dd� de j�Zedkr6e j� dS )� N)�supportc @ s e Zd Zdd� Zdd� ZdS )�EOFTestCasec C sN d}yt d� W n2 tk rB } z| jt|�|� W Y d d }~X nX tj�d S )Nz4EOL while scanning string literal (<string>, line 1)z'this is a test )�eval�SyntaxError�assertEqual�strr � TestFailed)�self�expect�msg� r �-/opt/alt/python36/lib64/python3.6/test_eof.py� test_EOFC s "zEOFTestCase.test_EOFCc C sN d}yt d� W n2 tk rB } z| jt|�|� W Y d d }~X nX tj�d S )NzBEOF while scanning triple-quoted string literal (<string>, line 1)z'''this is a test)r r r r r r )r r r r r r � test_EOFS s "zEOFTestCase.test_EOFSN)�__name__� __module__�__qualname__r r r r r r r s r �__main__)ZunittestZtestr ZTestCaser r �mainr r r r �<module> s