#99 The Wrath of the Multiline Comment

Zamknięty
otworzone 8 miesięcy temu przez nuclearkev · 0 komentarzy

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 wspomina ten problem w commicie 8 miesięcy temu
Zaloguj się, aby dołączyć do tej rozmowy.
Ładowanie...
Anuluj
Zapisz
Nie ma jeszcze treści.