[Fix 4363] Fix false offenses detected by `Style/PercentLiteralDelimiters` cop by koic · Pull Request #5020 · rubocop/rubocop

Fixes #4363. Percent notation targeted by Issue # 4363 are %w and %i. %W and %I are not targets. %w / %W The meaning changes. > %w(\() # => ["("] > %w[\(] # => ["\\(&quot...