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(lib): support objects with keys that need escaping like e.g. colons #2678

Merged
merged 5 commits into from
Mar 8, 2023

Conversation

ansgarm
Copy link
Member

@ansgarm ansgarm commented Feb 24, 2023

We will just always wrap all keys in quotes

Closes #1795

@nikowatari
Copy link
Contributor

I guess some more tests needs to be updated?

@ansgarm ansgarm force-pushed the fix-objects-with-colon-in-keys branch from 1c25219 to b16f026 Compare March 3, 2023 11:40
@ansgarm ansgarm added the ci/update-snapshots When set on a PR a GH Action will update and push all snapshot tests label Mar 3, 2023
@ansgarm ansgarm force-pushed the fix-objects-with-colon-in-keys branch from 715af37 to 674b631 Compare March 3, 2023 13:43
@github-actions github-actions bot added ci/updating-snapshots CI is currently updating this PR with new snapshot tests and removed ci/update-snapshots When set on a PR a GH Action will update and push all snapshot tests labels Mar 3, 2023
@github-actions github-actions bot removed the ci/updating-snapshots CI is currently updating this PR with new snapshot tests label Mar 3, 2023
@ansgarm ansgarm added the ci/update-snapshots When set on a PR a GH Action will update and push all snapshot tests label Mar 3, 2023
@github-actions github-actions bot added ci/updating-snapshots CI is currently updating this PR with new snapshot tests and removed ci/update-snapshots When set on a PR a GH Action will update and push all snapshot tests labels Mar 3, 2023
@ansgarm
Copy link
Member Author

ansgarm commented Mar 8, 2023

(merged with failing checks, since those currently fail on main too 🙈)

@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2023

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Object keys containing a colon fail when used in expressions
4 participants