#99 The Wrath of the Multiline Comment

Closed
opened 5 months ago by nuclearkev · 0 comments

When performing a multiline comment sometimes the ending comment string ends up 1 char too soon ending up with something like this:

int main() {
  ...
/*  if(amdumb) {
    ...something else
  */}
}
When performing a multiline comment _sometimes_ the ending comment string ends up 1 char too soon ending up with something like this: ``` int main() { ... /* if(amdumb) { ...something else */} } ```
Kevin "The Nuclear" Bloom referenced this issue from a commit 4 months ago
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.