Issue: Code breaking when there is no change in a line

Author: ravellaabhinavCreated Apr 25, 2023Updated Apr 25, 2023

Suppose if there are 5lines of code to check difference and there are changes in Line:1,2,5. The library is helping to print the difference with line number for line:1,2 and when there is a break in line number i.e.,line5 here line number is not getting printed instead char count number is being printed

Error:


image