mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5dd2b8e16f
This implementation is compatible with CRuby's String#gsub/sub except \1 ... \9 and \+. They are useless without Regexp library.
Running Tests
To run the tests, execute the following from the project's root directory.
$ make test