We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
By using the french floating number notation (eg: 1,2), the NoSpaceBeforeComma fixer add an unwanted space after comma.
1,2
[...] « seule » 1,7 million de personnes [...]
is converted to :
[...] « seule » 1, 7 million de personnes [...]
This has been noticed using fr_FR locale and the following options :
fr_FR
'Ellipsis', 'Dimension', 'Numeric', 'Dash', 'SmartQuotes', 'FrenchNoBreakSpace', 'NoSpaceBeforeComma', 'CurlyQuote', 'Hyphen', 'Trademark'
But it seems not to be a conflict between fixers nor a locale trouble (tested both in my own project and using the demo page.)
The text was updated successfully, but these errors were encountered:
Fix #28, the NoSpaceBeforeComma pattern was matching digits too
e7fc703
Thanks for the great report! I found and fixed the issue in #29 👍
Sorry, something went wrong.
Merge pull request #29 from jolicode/fix/28
7e5b849
Successfully merging a pull request may close this issue.
Hi !
By using the french floating number notation (eg:
1,2
), the NoSpaceBeforeComma fixer add an unwanted space after comma.is converted to :
This has been noticed using
fr_FR
locale and the following options :But it seems not to be a conflict between fixers nor a locale trouble (tested both in my own project and using the demo page.)
The text was updated successfully, but these errors were encountered: