Current File : //opt/imh-python/lib/python2.7/test/test_codecmaps_jp.pyc |
�
��Wc @ s� d d l m Z d d l m Z d d l Z d e j e j f d � � YZ d e j e j f d � � YZ d e j e j f d � � YZ d
e j e j f d � � YZ d e j e j f d
� � YZ
d � Z e d k r� e � n d S( i����( t test_support( t test_multibytecodec_supportNt TestCP932Mapc B sf e Z d Z d Z d d d d d g Z x: e d d
� D]) Z e j e e � e e d � f � q7 WRS( t cp932s+ http://www.pythontest.net/unicode/CP932.TXTs �u s �u s �u s �u s �u i� i� i�� ( s �u ( s �u ( s �u ( s �u ( s �u (
t __name__t
__module__t encodingt
mapfileurlt supmapst ranget it appendt chrt unichr( ( ( so /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_codecmaps_jp.pyR
s t TestEUCJPCOMPATMapc B s e Z d Z d Z d Z RS( t euc_jps
EUC-JP.TXTs, http://www.pythontest.net/unicode/EUC-JP.TXT( R R R t mapfilenameR ( ( ( so /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_codecmaps_jp.pyR s t TestSJISCOMPATMapc B s2 e Z d Z d Z d Z d g Z d
d d g Z RS(
t shift_jiss SHIFTJIS.TXTs. http://www.pythontest.net/unicode/SHIFTJIS.TXTs �_u \s \u ¥t ~u ‾( s �_u \( s \u ¥( R u ‾( s �_u \( R R R R R t pass_enctestt pass_dectest( ( ( so /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_codecmaps_jp.pyR s t TestEUCJISX0213Mapc B s e Z d Z d Z d Z RS( t euc_jisx0213s EUC-JISX0213.TXTs2 http://www.pythontest.net/unicode/EUC-JISX0213.TXT( R R R R R ( ( ( so /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_codecmaps_jp.pyR . s t TestSJISX0213Mapc B s e Z d Z d Z d Z RS( t shift_jisx0213s SHIFT_JISX0213.TXTs4 http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT( R R R R R ( ( ( so /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_codecmaps_jp.pyR 5 s c C s t j t � d S( N( R t run_unittestR ( ( ( so /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_codecmaps_jp.pyt test_main<