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

VB -> C#: Don't trim comments #711

Closed
Saibamen opened this issue Mar 26, 2021 · 0 comments
Closed

VB -> C#: Don't trim comments #711

Saibamen opened this issue Mar 26, 2021 · 0 comments
Labels
VB -> C# Specific to VB -> C# conversion

Comments

@Saibamen
Copy link
Contributor

Saibamen commented Mar 26, 2021

Input code

'>> Thomas  16.03.2021  bei SP 6/10 und 11 und 12 kein Versatz, wenn Mass Z unten NICHT Standard ist und
'                       bei BearbeitungsTyp = "SP__LL_gefederte_einstellbare_Winkellasche_unten"

Erroneous output

// >> Thomas  16.03.2021  bei SP 6/10 und 11 und 12 kein Versatz, wenn Mass Z unten NICHT Standard ist und
// bei BearbeitungsTyp = "SP__LL_gefederte_einstellbare_Winkellasche_unten"

Expected output

// >> Thomas  16.03.2021  bei SP 6/10 und 11 und 12 kein Versatz, wenn Mass Z unten NICHT Standard ist und
//                        bei BearbeitungsTyp = "SP__LL_gefederte_einstellbare_Winkellasche_unten"

Please don't delete space after // - it is cleaner to have it

Details

@Saibamen Saibamen added the VB -> C# Specific to VB -> C# conversion label Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VB -> C# Specific to VB -> C# conversion
Projects
None yet
Development

No branches or pull requests

1 participant