rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.32k stars 735 forks source link

Fix duplicate range regexp warnings #2030

Closed tancnle closed 6 months ago

tancnle commented 6 months ago

This reduces around 84 warnings lines as the output of RUBYOPT='-W' rake check:specs command (316 -> 232).

Extracted from https://github.com/rouge-ruby/rouge/pull/1962

Related MR https://github.com/rouge-ruby/rouge/pull/1679