- Notifications
You must be signed in to change notification settings - Fork948
fix(common): escape replaced value#770
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Something like this `log('I like %O', { name: '%sugar%' });` will cause output incorrect.
coveralls commentedJul 2, 2020
1 similar comment
coveralls commentedJul 2, 2020
Can you add tests for this, please? I'm not sure which sorts of things this fixes. |
The default formatters will replace |
Something like this
log('I like %O', { name: '%sugar%' });
will cause output incorrect.