lib/locale.t: Test /il matching
authorKarl Williamson <public@khwilliamson.com>
Sun, 1 Dec 2013 18:25:34 +0000 (11:25 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 3 Dec 2013 17:05:25 +0000 (10:05 -0700)
commit69d77f94471afeabd870b0ab97e69f934aa9086e
tree282b6901702171e6510535fb59d6df04a5ca9c53
parent7493b8f27085a78b1c665738d362dda50a60cb10
lib/locale.t: Test /il matching

Case-insensitive matching was essentially being skipped here.  This was
because some locales were broken on some platforms which caused locale.t
to always fail somewhere.  However, the previous commit has changed that
so if just a few locales are bad, the tests are marked as TODOs.  Thus
we can make the /il match tests robust.
lib/locale.t