From c8d0bf0156878df03a71fffc97c44abf7333d5d7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 3 Mar 2020 15:48:53 +0900 Subject: Preserve `kwarg` flag and fix up f5c904c2a9 --- test/ruby/test_pattern_matching.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/ruby/test_pattern_matching.rb b/test/ruby/test_pattern_matching.rb index 3eea523416..3c4314bbe4 100644 --- a/test/ruby/test_pattern_matching.rb +++ b/test/ruby/test_pattern_matching.rb @@ -1060,6 +1060,8 @@ END in {a: 2} false + in a: {b:}, c: + p c in {a: } _a = a -- cgit v1.2.3