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

Match all underscores for action options #379

Merged
merged 1 commit into from
Jun 10, 2021
Merged

Match all underscores for action options #379

merged 1 commit into from
Jun 10, 2021

Conversation

spenserblack
Copy link
Contributor

Was previously only matching and replacing the first underscore when
mapping a plugin option from this.option.style to this_option_style
(the actual result was this_option.style). This adjusts the regex to
match each . and replace it with _.

Fixes #378

Was previously only matching and replacing the first underscore when
mapping a plugin option from `this.option.style` to `this_option_style`
(the actual result was `this_option.style`). This adjusts the regex to
match *each* `.` and replace it with `_`.

Fixes #378
@lowlighter lowlighter merged commit 4bb1c2e into lowlighter:master Jun 10, 2021
@spenserblack spenserblack deleted the bugfix/anilist-limit-characters branch June 10, 2021 16:36
@github-actions github-actions bot locked and limited conversation to collaborators Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documented anilist character limit option doesn't match generated action code
2 participants