uni/cache.t: Fix to handle regex compile time Uni props
authorKarl Williamson <public@khwilliamson.com>
Mon, 21 Nov 2011 02:10:19 +0000 (19:10 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:33 +0000 (09:58 -0700)
commit90412e3e3b234b8972b49e7b15bf4d94b2d1540a
tree47e1e0c3f5a24931ee5137824712290a633c8b56
parent823d1b2e8a5654f6434160200f9ef76d4b64c350
uni/cache.t: Fix to handle regex compile time Uni props

Future commits are planned to move the resolution of Unicode properties
from regex execution time to compile time.  By moving the code into a
BEGIN block, this .t can now handle both types.  Before this patch, it
wouldn't show any activity at all if things are done at compile time.
t/uni/cache.t