From 5a8767ed6c26a02ba8aecb6205cfad6cb991bc46 Mon Sep 17 00:00:00 2001 From: Tim Morgan Date: Mon, 11 Sep 2023 06:01:36 -0500 Subject: [ruby/yarp] Fix order of Regexp flags https://github.com/ruby/yarp/commit/e421305ea2 --- yarp/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarp/config.yml b/yarp/config.yml index e63c2bb802..1d96410fd5 100644 --- a/yarp/config.yml +++ b/yarp/config.yml @@ -345,10 +345,10 @@ flags: values: - name: IGNORE_CASE comment: "i - ignores the case of characters when matching" - - name: MULTI_LINE - comment: "m - allows $ to match the end of lines within strings" - name: EXTENDED comment: "x - ignores whitespace and allows comments in regular expressions" + - name: MULTI_LINE + comment: "m - allows $ to match the end of lines within strings" - name: EUC_JP comment: "e - forces the EUC-JP encoding" - name: ASCII_8BIT -- cgit v1.2.3