mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
8df73d250b
mruby does not parse escape characters in a regular expression literal (ref #2007). It is parsed by the external mrbgem that provides Regexp class, if any. These tests should not be in mruby core but in the mrbgem.
Running Tests
To run the tests, execute the following from the project's root directory.
$ make test