Skip to content

Normalize emulator routes#120

Merged
arnobaer merged 2 commits into
mainfrom
refactor/normalized-emulator-routes
May 4, 2026
Merged

Normalize emulator routes#120
arnobaer merged 2 commits into
mainfrom
refactor/normalized-emulator-routes

Conversation

@arnobaer

@arnobaer arnobaer commented May 4, 2026

Copy link
Copy Markdown
Member

Emulator route decorator @message applies re.match so

  • prefixing with ^ is not required
  • prepending $ for exact matches is mandatory

This PR normalizes regex patterns in emulator routes to format r"...$" and also fixes some regex pattern errors.

@arnobaer arnobaer self-assigned this May 4, 2026
@arnobaer arnobaer merged commit 2c50207 into main May 4, 2026
24 checks passed
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.

1 participant