FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

Fix exception for string patterns such as `[]{1,3}` #537

Closed FWDekker closed 4 months ago

FWDekker commented 4 months ago

Fixes FWDekkerBot/intellij-randomness-issues#2.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.29%. Comparing base (374482a) to head (44339ca).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/537/graphs/tree.svg?width=650&height=150&src=pr&token=HXVFGMwtwv&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Florine+W.+Dekker)](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Florine+W.+Dekker) ```diff @@ Coverage Diff @@ ## main #537 +/- ## ========================================== + Coverage 80.20% 80.29% +0.09% ========================================== Files 51 51 Lines 2076 2076 Branches 356 356 ========================================== + Hits 1665 1667 +2 + Misses 341 339 -2 Partials 70 70 ```