Skip to content

fix: properly escape "%" in procCode#3369

Open
lewisfm wants to merge 1 commit intoscratchfoundation:developfrom
lewisfm:fix/escape-percents
Open

fix: properly escape "%" in procCode#3369
lewisfm wants to merge 1 commit intoscratchfoundation:developfrom
lewisfm:fix/escape-percents

Conversation

@lewisfm
Copy link
Copy Markdown

@lewisfm lewisfm commented Jul 20, 2025

Resolves

Fixes #1368.

Proposed Changes

This PR updates adds escaping logic for "%" in procedure procCodes.

Users can now create procedures with "%s" in the name.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 20, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@lewisfm
Copy link
Copy Markdown
Author

lewisfm commented Jul 20, 2025

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using "%s" as an argument name causes unexpected behavior

1 participant