Subject: | Wrong parsing if there is a comment in the diff file |
If there is a comment in the diff file, the parsing is not working as
expected.
Example..
@@ -3,4 +3,4 @@
my $a = 10;
my $b = "ram".($a+1)."asda";
\ No newline at end of file
-print `echo1 '`.($a+1).`'`;
+print `echo1 '`.($a+1).`'`;
\ No newline at end of file
Here the following is a comment line
\ No newline at end of file