Ζ
Ρφ9c       s	    d  Z    d G d Z % t o e d j p
 t e  & d GH) d G* t o d d j p t  + t o d d j p t  , t o d d j p t  - t o d d j p t  . d GH2 d	 G3 d
 Z 5 d d e d d Z 6 y 7 e e d d  Wn 8 e j
 o
 9 n X; e d  = y > e d d d  Wn ? e j
 o
 @ n XB e d  D y E e d d d  Wn F e j
 o
 G n XI e d  K y L e d d d  Wn M e j
 o
 N n XP e d  Q d GHd S(   s|    Test script for the Unicode implementation.

Written by Bill Tutt.

(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.

sA   Testing General Unicode Character Name, and case insensitivity...u   The rEd fOx ate the sheep.s   done.s>   Testing misc. symbols for unicode character name expansion....u   ΒΆu   οΏ½u   οΎu   ο½sB   Testing unicode character name expansion strict error handling....iS   s   \N{s   1i   s   }s   unicode-escapes   strictsL   failed to raise an exception when presented with a UCN > k_cchMaxUnicodeNames   \N{blah}s>   failed to raise an exception when given a bogus character names   \N{SPACEs9   failed to raise an exception for a missing closing brace.s   \NSPACEs9   failed to raise an exception for a missing opening brace.N(   s   __doc__s   ss	   __debug__s   AssertionErrors   k_cchMaxUnicodeNames   unicodes   UnicodeError(    s*   /mit/python/lib/python2.0/test/test_ucn.pys   ? sD   	!	