#99 The Wrath of the Multiline Comment

Cerrada
abierta hace 5 meses por nuclearkev · 0 comentarios

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 mencionada esta incidencia en un commit hace 5 meses
Inicie sesión para unirse a esta conversación.
Cargando...
Cancelar
Guardar
Aún no existe contenido.