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

Add additional checks for concat of non-empty strings to return non-falsy #8585

Merged
merged 2 commits into from Oct 15, 2022

Conversation

gphargreaves
Copy link
Contributor

@gphargreaves gphargreaves commented Oct 14, 2022

Fixes #8315

This change adds some additional checks so:

  • Concat of two non-empty-string types returns a non-falsy-string
  • Concat of a non-empty-string and a numeric-string returns a non-falsy-string

@orklah orklah added the release:fix The PR will be included in 'Fixes' section of the release notes label Oct 15, 2022
@orklah
Copy link
Collaborator

orklah commented Oct 15, 2022

Thanks!

@orklah orklah merged commit dbb8815 into vimeo:4.x Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix The PR will be included in 'Fixes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

concat of 2 non-empty-strings should lead to non-falsy-string
2 participants