This commit is contained in:
Kevin Newton 2024-05-17 11:33:08 -04:00
Родитель e61d24d77e
Коммит cce7c25a42
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9454,6 +9454,7 @@ pm_load_file(pm_parse_result_t *result, VALUE filepath, bool load_error)
VALUE
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));
RB_GC_GUARD(filepath);

Просмотреть файл

@ -1 +0,0 @@
exclude(:test_require_nonascii_path_shift_jis, "requiring non-ascii paths")