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

Remove multi-line flag from regexes #903

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

NotTheDr01ds
Copy link
Contributor

Minor fix on str dedent - I erroneously used the regex multi-line flag (?m) in several patterns where it shouldn't have been. For the most part, this was harmless, but it did surface an error when I was working on updating the themes.

Fixed these and added two new tests that would have caught the issue.

@fdncred fdncred merged commit 8bf899c into nushell:main Jul 19, 2024
1 check passed
@fdncred
Copy link
Collaborator

fdncred commented Jul 19, 2024

Thanks

@NotTheDr01ds NotTheDr01ds deleted the dedent-fix branch July 19, 2024 21:57
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.

2 participants