regex-crossword-solver icon indicating copy to clipboard operation
regex-crossword-solver copied to clipboard

Fix quantifiers {0}, {0,}, {0,n}

Open ysard opened this issue 2 years ago • 0 comments

Hi, I discovered another test file and added more tests; It appears that my previous fix was incomplete; sorry about that.

  • Now the 3 types of brace quantifiers should be covered by tests
  • The code is fixed as it should return EMPTY if quantifier is 0 in any situation

ysard avatar Jan 14 '22 05:01 ysard