We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6779e61 commit 3a99da9Copy full SHA for 3a99da9
parceDiff.bat
@@ -21,7 +21,9 @@ ECHO ^<div^>>> niceDiff-report.html
21
22
SETLOCAL enabledelayedexpansion
23
FOR /F "usebackq tokens=*" %%A IN ("%parent%/diff.txt") DO (
24
- SET line=%%A
+ SET line1=%%A
25
+ SET line2=!line1:^<=^<!
26
+ SET line=!line2:^>=^>!
27
IF "!line:~0,10!"=="diff --git" (
28
rem close last code block in previous file
29
ECHO ^</div^>>> niceDiff-report.html
0 commit comments