£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

hc           @   s   d  Z  y d d l Z Wn e k
 r5 d d l Z n Xd d l m Z d d d d g Z d e j f d     YZ e	 d k r e j
   n  d S(   s(   Tests for google.protobuf.text_encoding.iN(   t   text_encodings   foo\rbar\nbaz\ts   foobar
baz	s"   \'full of \"sound\" and \"fury\"\'s   'full of "sound" and "fury"'s   signi\\fying\\ nothing\\s   signi\fying\ nothing\s   \010\t\n\013\014\rs	   \t\n\rs   	
t   TextEncodingTestCasec           B   s   e  Z d    Z d   Z RS(   c         C   s\   xU t  D]M \ } } } |  j | t j | d t  |  j | t j | d t  q Wd  S(   Nt   as_utf8(   t   TEST_VALUESt   assertEqualR    t   CEscapet   Falset   True(   t   selft   escapedt   escaped_utf8t	   unescaped(    (    sO   /usr/lib/python2.7/site-packages/google/protobuf/internal/text_encoding_test.pyt   testCEscape9   s
    		c         C   sP   xI t  D]A \ } } } |  j | t j |   |  j | t j |   q Wd  S(   N(   R   R   R    t	   CUnescape(   R   R	   R
   R   (    (    sO   /usr/lib/python2.7/site-packages/google/protobuf/internal/text_encoding_test.pyt   testCUnescape@   s    (   t   __name__t
   __module__R   R   (    (    (    sO   /usr/lib/python2.7/site-packages/google/protobuf/internal/text_encoding_test.pyR   8   s   	t   __main__(   s   foo\rbar\nbaz\ts   foo\rbar\nbaz\ts   foobar
baz	(   s"   \'full of \"sound\" and \"fury\"\'s"   \'full of \"sound\" and \"fury\"\'s   'full of "sound" and "fury"'(   s   signi\\fying\\ nothing\\s   signi\\fying\\ nothing\\s   signi\fying\ nothing\(   s   \010\t\n\013\014\rs	   \t\n\rs   	
(   t   __doc__t	   unittest2t   unittestt   ImportErrort   google.protobufR    R   t   TestCaseR   R   t   main(    (    (    sO   /usr/lib/python2.7/site-packages/google/protobuf/internal/text_encoding_test.pyt   <module>    s(           	