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 Issue with Comma Delimiter not Working if You Have a Space after Some Commas and Not Others #510

Merged
merged 2 commits into from
Nov 21, 2022

Conversation

pjkaufman
Copy link
Collaborator

Fixes #509

Changes Made:

  • Made sure that single-line arrays and single-line comma delimited strings for tags are split on a comma instead of a comma followed by a space and they have whitespace trimmed off of them
  • Added a test to make sure this functionality continues to work in the future

@pjkaufman pjkaufman added bug Something isn't working yaml YAML related issues or features labels Nov 21, 2022
@pjkaufman pjkaufman self-assigned this Nov 21, 2022
@pjkaufman pjkaufman merged commit 951bfad into platers:master Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working yaml YAML related issues or features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Linter fails to property delimit frontmatter tags separated by commas
1 participant