rust/src/libregex
kwantam 85e2bee4a2 fix test failures
- unicode tests live in coretest crate
- libcollections str tests need UnicodeChar trait.
- libregex perlw tests were checking a char in the Alphabetic category,
  \x2161. Confirmed perl 5.18 considers this a \w character. Changed to
  \x2961, which is not \w as the test expects.
2014-07-09 10:14:46 -04:00
..
test fix test failures 2014-07-09 10:14:46 -04:00
testdata
compile.rs Fix more misspelled comments and strings. 2014-06-10 11:24:17 -04:00
lib.rs Add libunicode; move unicode functions from core 2014-07-07 14:52:24 -04:00
parse.rs Add libunicode; move unicode functions from core 2014-07-07 14:52:24 -04:00
re.rs Use phase(plugin) in other crates 2014-06-09 14:29:30 -07:00
vm.rs Add libunicode; move unicode functions from core 2014-07-07 14:52:24 -04:00