Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(NODE-5559): account for quotes when inspecting Code and BSONSymbol #612

Merged
merged 1 commit into from Aug 21, 2023

Conversation

addaleax
Copy link
Contributor

Description

What is changing?

Accounts for quotes (and other characters that need escaping) when printing Code() or BSONSymbol() inspect output.

Is there new documentation needed for these changes?

No.

What is the motivation for this change?

https://jira.mongodb.org/browse/NODE-5559

Release Highlight

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@durran durran self-assigned this Aug 21, 2023
@durran durran added the Team Review Needs review from team label Aug 21, 2023
@durran durran merged commit 0664840 into main Aug 21, 2023
4 checks passed
@durran durran deleted the node-5559-dev branch August 21, 2023 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Review Needs review from team
Projects
None yet
3 participants