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

Concatenation of multi-line """ strings mis-indented #639

Closed
SteveGilham opened this issue Jan 11, 2020 · 1 comment · Fixed by #1763
Closed

Concatenation of multi-line """ strings mis-indented #639

SteveGilham opened this issue Jan 11, 2020 · 1 comment · Fixed by #1763

Comments

@SteveGilham
Copy link

Description

The + operator on line 21 is mis-aligned, resulting in

Error FS0001: The type 'string' does not support the operator '~+'

Repro code

Here

@nojaf
Copy link
Contributor

nojaf commented Sep 25, 2020

I think this is no longer a problem.
We can add a regression test for this.

nojaf added a commit to nojaf/fantomas that referenced this issue Jun 4, 2021
nojaf added a commit that referenced this issue Jun 5, 2021
…ngs (#1763)

* Add regression test for concatenation of multi-line triple quote strings.
Fixes #639.

* Update to .NET 5.0.300
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 a pull request may close this issue.

2 participants