Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Fix #604 Multiline Strings Forcefully Wrapping With Concatenation Causing Issues#902

Open
jdyjjj wants to merge 3 commits intosquare:masterfrom
jdyjjj:#604
Open

Fix #604 Multiline Strings Forcefully Wrapping With Concatenation Causing Issues#902
jdyjjj wants to merge 3 commits intosquare:masterfrom
jdyjjj:#604

Conversation

@jdyjjj
Copy link

@jdyjjj jdyjjj commented May 17, 2022

In this issue, for example, We use the code bellow

MethodSpec.methodBuilder().addComment("Test: $S", "foo\nbar");

the output in the past is that:

// Test: "foo"
    "bar"

now after my pull request, the outputs are like this:

// Test: "foo\nbar"

As you can see, I solve this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant