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 escaping of set kwarg in variable macro #3647

Merged
merged 2 commits into from
Jan 6, 2024
Merged

Conversation

odow
Copy link
Member

@odow odow commented Jan 5, 2024

Closes #3646

I've audited that all other instances of kwargs escape correctly (and that they have tests).

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (66184ef) 98.28% compared to head (76ae8c9) 98.28%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3647   +/-   ##
=======================================
  Coverage   98.28%   98.28%           
=======================================
  Files          43       43           
  Lines        5640     5640           
=======================================
  Hits         5543     5543           
  Misses         97       97           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odow odow merged commit ef9ad37 into master Jan 6, 2024
12 checks passed
@odow odow deleted the od/fix-esc-set-kwarg branch January 6, 2024 02:07
@odow odow mentioned this pull request Jan 6, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

@variable macro fails to resolve variables in 1.18.0
1 participant