You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
Describe the bug
Formatting a function with nothing inside it's body except a multi line comment causes the comment to be deleted. This behavior does not affect single line comments, and goes away as soon as there is anything else in the function body.
To Reproduce
Steps to reproduce the behavior:
Start with this code:
#let test_func() = {
/*
test
*/
}
Format the document
Watch as your comment disappears
#let test_func() = {}
The text was updated successfully, but these errors were encountered:
Tested on commit 792f08f
Describe the bug
Formatting a function with nothing inside it's body except a multi line comment causes the comment to be deleted. This behavior does not affect single line comments, and goes away as soon as there is anything else in the function body.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: