diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-03-16 00:09:29 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-03-16 00:09:29 +0900 |
| commit | a83703af79dca708736a00d45917f19a3dd698bb (patch) | |
| tree | 87a4590671d34c3014df45c7c3c4235f73da5f0b | |
| parent | 91bf7eb274e0b6e431b4f89a6dc814701a4d8739 (diff) | |
Skip warnings for duplicate keys
| -rw-r--r-- | test/.excludes-prism/TestRubyLiteral.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.excludes-prism/TestRubyLiteral.rb b/test/.excludes-prism/TestRubyLiteral.rb index 63ea21c805..1f78ea55a4 100644 --- a/test/.excludes-prism/TestRubyLiteral.rb +++ b/test/.excludes-prism/TestRubyLiteral.rb @@ -1,3 +1,4 @@ exclude(:test_dregexp, "unknown") exclude(:test_frozen_string_in_array_literal, "incorrect frozen value") +exclude(:test_hash_duplicated_key, "parser implementation dependent") exclude(:test_string, "https://github.com/ruby/prism/issues/2331") |
