range-regex icon indicating copy to clipboard operation
range-regex copied to clipboard

Infinite Loop for Negative Numbers

Open speedplane opened this issue 6 years ago • 1 comments

The following results in an infinite loop:

import range_regex
range_regex.bounded_regex_for_range(-2, 50)

If negatives aren't supported, would at least be nice to throw an exception.

speedplane avatar Sep 20 '19 19:09 speedplane