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

Fixing issue for descriptions with uppercase keys and numeric suffix #210

Merged
merged 3 commits into from
Feb 16, 2021

Conversation

badams
Copy link
Contributor

@badams badams commented Jan 19, 2021

  • Added or updated tests
  • Added or updated the README.md
  • Detailed changes in the CHANGELOG.md unreleased section

Related Issue/Intent

Resolves #209

Changes

There is a check in the getFriendlyKeyName function which determines if a key is all uppercase, however this doesn't work if the key contains non-alpha characters so I've updated it to work in that scenario and added the additional test cases

@BenSampo BenSampo merged commit 82d1ad8 into BenSampo:master Feb 16, 2021
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.

Incorrect description out when uppercase key with numeric suffix
2 participants