Ņō
ā"Ic           @   sB   d  d k  Z  d  d k l Z d  d k Z d e f d     YZ d S(   iĸĸĸĸN(   t   TestCaset   TestSeparatorsc           B   s   e  Z d    Z RS(   c      
   C   sĘ   d g d g g  d d d h d d 6h d d	 6t  d
 6g } t i d  } t i |  } t i | d d d t d d } t i |  } t i |  } |  i | |  |  i | |  |  i | |  d  S(   Nt   blorpiet   whoopss	   d-shtaeous	   d-nthiouhs   i-vhbjkhnthiW   t   niftyt   yest   fieldt	   morefieldsT          [
          [
            "blorpie"
          ] ,
          [
            "whoops"
          ] ,
          [] ,
          "d-shtaeou" ,
          "d-nthiouh" ,
          "i-vhbjkhnth" ,
          {
            "nifty" : 87
          } ,
          {
            "field" : "yes" ,
            "morefield" : false
          }
        ]t   indenti   t	   sort_keyst
   separatorss    ,s    : (   s    ,s    : (   t   Falset   textwrapt   dedentt   jsont   dumpst   Truet   loadst   assertEquals(   t   selft   ht   expectt   d1t   d2t   h1t   h2(    (    s7   /mit/python/lib/python2.6/json/tests/test_separators.pyt   test_separators   s    !	!(   t   __name__t
   __module__R   (    (    (    s7   /mit/python/lib/python2.6/json/tests/test_separators.pyR      s   (   R   t   unittestR    R   R   (    (    (    s7   /mit/python/lib/python2.6/json/tests/test_separators.pyt   <module>   s   