зеркало из https://github.com/github/ruby.git
[PRISM] Enable TestRequire
This commit is contained in:
Родитель
e61d24d77e
Коммит
cce7c25a42
|
@ -9454,6 +9454,7 @@ pm_load_file(pm_parse_result_t *result, VALUE filepath, bool load_error)
|
||||||
VALUE
|
VALUE
|
||||||
pm_parse_file(pm_parse_result_t *result, VALUE filepath)
|
pm_parse_file(pm_parse_result_t *result, VALUE filepath)
|
||||||
{
|
{
|
||||||
|
result->node.filepath_encoding = rb_enc_get(filepath);
|
||||||
pm_options_filepath_set(&result->options, RSTRING_PTR(filepath));
|
pm_options_filepath_set(&result->options, RSTRING_PTR(filepath));
|
||||||
RB_GC_GUARD(filepath);
|
RB_GC_GUARD(filepath);
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(:test_require_nonascii_path_shift_jis, "requiring non-ascii paths")
|
|
Загрузка…
Ссылка в новой задаче