#99 The Wrath of the Multiline Comment

已關閉
nuclearkev9 月之前創建 · 0 條評論

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 在代碼提交 9 月之前 中引用了該問題
登入 才能加入這對話。
正在加載...
取消
保存
尚未有任何內容