semgrep / testo

Test framework for OCaml
ISC License
16 stars 1 forks source link

Add missing space leading the lines of context in diff output #89

Closed mjambon closed 2 months ago

mjambon commented 2 months ago

A diff was incorrectly shown as follows:

context line 1
-deleted line
+added line
context line 2

The context lines are now correctly indented so as to align with the +/- lines:

 context line 1
-deleted line
+added line
 context line 2

PR checklist:

Check out CONTRIBUTING.md for more details.