File: //usr/local/ssl/local/ssl/lib/python2.4/test/test_syntax.pyc
mō
=5Dc @ sf d k Z d k Z d k Z d k l Z d e i f d YZ d Z e d j o e n d S( N( s test_supportt SyntaxTestCasec B s2 t Z d d d Z d Z d Z d Z RS( Ns
<testcase>t execc C sz y t | | | WnR t j
oF } t i | t | } | d j o | i
d | f qv n X| i
d d S( sŪ Check that compiling code raises SyntaxError with errtext.
errtest is a regular expression that must be present in the
test of the exception raised.
s SyntaxError did not contain '%r's# compile() did not raise SyntaxErrorN( t compilet codet filenamet modet SyntaxErrort errt ret searcht errtextt strt mot Nonet selft fail( R R R
R R R R ( ( t&