locale.t: Add tests for [:upper:], [:lower:]
authorKarl Williamson <public@khwilliamson.com>
Mon, 31 Dec 2012 03:28:20 +0000 (20:28 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 31 Dec 2012 18:03:28 +0000 (11:03 -0700)
commitbaa71cfd7d0dc1450df3a6e8b46877d839f20bb1
treea82d6c76a90deea18835298ee2b893ef2a1e0dd3
parent15bbd6a21e6c90e6a96bc7545cf952eab62bb3aa
locale.t: Add tests for [:upper:], [:lower:]

If our uc() and lc() functions are working properly, and the locale is
properly set up, things that are uppercase and not lowercase should
match [:upper:], and vice-versa.  This adds tests for that.
lib/locale.t