#99 The Wrath of the Multiline Comment

Chiuso
aperto 5 mesi fa da nuclearkev · 0 commenti

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 5 mesi fa
Sign in to join this conversation.
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.