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(vscode): Correct toPascalCase regex #6525

Open
wants to merge 1 commit into
base: developer/UnitTestCodeful
Choose a base branch
from

Conversation

andrew-eldridge
Copy link

@andrew-eldridge andrew-eldridge commented Jan 31, 2025

Type of Change

  • Bug fix
  • Feature
  • Other

Current Behavior

Current regex fails on test string "_example_string" with leading underscores

New Behavior

New regex accounts for leading underscores

Impact of Change

  • This is a breaking change.

Test Plan

Addressed in existing unit tests

Screenshots or Videos (if applicable)

N/A

Copy link
Contributor

@hartra344 hartra344 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mention that it's addressed in existing unit tests? In that case, what is prompting the fix? If the test was succeeding before and still succeeding now, but we fixed a real issue then it sounds like we need another unit test. Can you please add that?

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.

2 participants