code-maven.com
code-maven.com copied to clipboard
Write a test for recognizing backwards parenthesis with hebrew
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
I don't have pre-commits, but adding it to the CI that runs on GitHub would be nice.