Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to support comments? #529

Closed
wqcn322 opened this issue Mar 26, 2024 · 1 comment
Closed

How to support comments? #529

wqcn322 opened this issue Mar 26, 2024 · 1 comment

Comments

@wqcn322
Copy link

wqcn322 commented Mar 26, 2024

Step -1: Before filling an issue check out troubleshooting section

Step 0: Describe your environment

  • OS: _
  • diff2html version: _
  • Using diff2html directly or using diff2html-ui helper: _
  • Extra flags: _

Step 1: Describe the problem:

Steps to reproduce:




diff example:

diff --git describe.c
index fabadb8,cc95eb0..4866510
--- a/describe.c
+++ b/describe.c
@@@ -98,20 -98,12 +98,20 @@@
   return (a_date > b_date) ? -1 : (a_date == b_date) ? 0 : 1;
 }

Observed Results:

  • What happened? This could be a description, log output, etc.

Expected Results:

  • What did you expect to happen?

Relevant Code:

// TODO(you): code here to reproduce the problem
@rtfpessoa
Copy link
Owner

No context provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants