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 camelcase for values with numbers sindresorhus#77 #106

Closed
wants to merge 1 commit into from

Conversation

tinydig
Copy link

@tinydig tinydig commented Feb 17, 2023

What is the PR for?

Closes #77

For input b2b_registration_request returns b2bRegistrationRequest

Related comment: #77 (comment)

t.is(camelCase('Hello11World'), 'hello11World');
t.is(camelCase('hello1world'), 'hello1World');
t.is(camelCase('Hello1World11foo'), 'hello1World11Foo');
t.is(camelCase('Hello1World'), 'hello1world');
Copy link
Owner

Choose a reason for hiding this comment

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

This is not a correct change. It should stay hello1World.

@mpicard
Copy link

mpicard commented Apr 12, 2023

What is preventing this PR from being merged?

@sindresorhus
Copy link
Owner

What is preventing this PR from being merged?

I think that's quite clear: #106 (comment)

@sindresorhus
Copy link
Owner

Closing in favor of #112

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.

Converting either volume_3d or volume3d results in volume3D making it impossible to decamelize
3 participants