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

code-action: insert padding when extracting multi-line string #22

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

macabeus
Copy link
Owner

@macabeus macabeus commented Oct 26, 2021

When extracting a multi-line string, such as

const text = `line1
line2
line3`

Was being added to Fluent the following:

text = line1
line2
line3

But the correct is

text = line1
    line2
    line3

This PR fixes that.

@macabeus macabeus self-assigned this Oct 26, 2021
@macabeus macabeus merged commit 1926429 into master Oct 26, 2021
@macabeus macabeus deleted the fix/multiline-string branch October 26, 2021 22:56
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.

1 participant