re/re_tests: Correct Todo test
authorKarl Williamson <public@khwilliamson.com>
Mon, 6 Aug 2012 22:42:27 +0000 (16:42 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 12 Aug 2012 01:32:30 +0000 (19:32 -0600)
commit8aa72352894d87fd71e434e16412ddf35fb57bda
tree43e7f608da76b9572aa16a092dc7988eed2c61a4
parent48fe68f5f0737af510b78c4c2219d284f18f4c3e
re/re_tests: Correct Todo test

This test was not doing what it purported to test.  It should show that
a /[s\xDF]/i would not match 'ss', because the 's' is seen in the class,
and not the \xDF (which matches 'ss' under /i) in the appropriate
strings
t/re/re_tests