WinMerge / winmerge

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
https://winmerge.org/
GNU General Public License v2.0
6.05k stars 773 forks source link

Multi line comment fix part 2 #2309

Closed Thorium closed 2 months ago

Thorium commented 2 months ago

Part 2 of https://github.com/WinMerge/winmerge/pull/2303 :

Fixed first line of multi-line comment """ where the issue was that an empty string "" mixed to the """

After this PR: image

sdottaka commented 2 months ago

Thank you!