| Server IP : 118.27.122.248 / Your IP : 216.73.216.164 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 G dd� de j�ZG dd� de j�Zedkr<e j� dS )� Nc @ s e Zd Zdd� Zdd� ZdS )�PEP3120Testc C s( | j djd�d� | j djd�d� d S )Nu Питонzutf-8s Питонu \Пs \П)�assertEqual�encode)�self� r �4/opt/alt/python36/lib64/python3.6/test_utf8source.py�test_pep3120 s zPEP3120Test.test_pep3120c C sX ydd l }W n< tk rH } z t|�j� }| jd|k� W Y d d }~X nX | jd� d S )Nr zutf-8zexpected exception didn't occur)Ztest.badsyntax_pep3120�SyntaxError�str�lowerZ assertTrue�fail)r Ztest�msgr r r �test_badsyntax s zPEP3120Test.test_badsyntaxN)�__name__� __module__�__qualname__r r r r r r r s r c @ s e Zd Zdd� ZdS )�BuiltinCompileTestsc C s\ dj d�}yt|dd�}W n tk r8 | jd� Y nX i }t||� | jd|d � d S )Nu # coding: Latin-1 u = "Ç" zLatin-1z<dummy>�execz&compile() cannot handle Latin-1 source� Ç�u)r �compiler r r r )r Zsource_code�code�nsr r r �test_latin1 s zBuiltinCompileTests.test_latin1N)r r r r r r r r r s r �__main__)ZunittestZTestCaser r r �mainr r r r �<module> s