mozilla/react-content-marker

Matching a space at the end of a string matches all spaces in that string

adngdb opened this issue · 0 comments

This is a problem we have in Pontoon with our unusualSpaces rule. It matches strings at the end of a string, but the way this tool is built, if there is a match, all spaces in that string will be matched.

See bug 1555001 for more context.