code-maven.com icon indicating copy to clipboard operation
code-maven.com copied to clipboard

Write a test for recognizing backwards parenthesis with hebrew

Open RonStrauss opened this issue 1 year ago • 1 comments

I tried looking up backwards parenthesis next to hebrew letters, and I came up with the following regex: \)(?=[\u0590-\u05FF])

Would a precommit test that validates certain common, easy to find, typos be worthwhile?

I've fixed tonly one I've found so far. #173

RonStrauss avatar Jun 23 '23 09:06 RonStrauss

I don't have pre-commits, but adding it to the CI that runs on GitHub would be nice.

szabgab avatar Jun 23 '23 09:06 szabgab