‡Æ
Ñö9c       s  d  Z  d Gd Z d GHd Gd GHd Gd Z d d e d	 d
 Z y e e d d ƒ Wn e j
 o n Xe d ‚ y e d d d ƒ Wn e j
 o n Xe d ‚ y e d d d ƒ Wn e j
 o n Xe d ‚ y e d d d ƒ Wn e j
 o n Xe d ‚ 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....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   k_cchMaxUnicodeNames   unicodes   UnicodeErrors   AssertionError(    s*   /mit/python/lib/python2.0/test/test_ucn.pys   ? sD        				