t/re/re_tests: Add Todo test
authorKarl Williamson <public@khwilliamson.com>
Fri, 3 Feb 2012 21:51:49 +0000 (14:51 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Feb 2012 17:13:56 +0000 (10:13 -0700)
commit35245af46df86a11fd27832c39945b4dbcafaf8b
tree036ec4178474b367dead34cb957f0a85513de496
parent8dc9348a4fe3df8461968371e8024a3b4842cc16
t/re/re_tests: Add Todo test

This bug was spotted by Tom Christiansen, but no bug report has been
written.  /[[:ascii:]]/i should match the same set of code points as
/\p{ASCII}/i.  But it is matching things outside the ASCII range
t/re/re_tests