Unicode/UCD.t: Fix broken test
authorKarl Williamson <public@khwilliamson.com>
Fri, 28 Feb 2014 17:27:49 +0000 (10:27 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 2 Mar 2014 03:12:16 +0000 (20:12 -0700)
commit014627eb95f9f2400c533d9fa9086a73f8fe0800
tree11dc12c1a01793fc6a5212b8bdfadce7c4afb93d
parentebdc9bc900a67a13b31e9c1e7f689bfc3becc19a
Unicode/UCD.t: Fix broken test

The test file special cases certain properties by name.  However, it
turns out that a Unihan property that isn't normally compiled by Perl
also should be included.  And all these properties share the same format
given in their files.  So, instead of using the property names, use that
format; this leads to code which is general, and simpler at the same time.
lib/Unicode/UCD.t