Txt1.cs
Txt2.cs
The last line of each C# code file is incorrectly marked as a minor difference rather than a major difference. This probably cannot be fixed without having the parser behave differently within C# from C and C++.
Code:
string X = @" "" ""//"">DEMO 1 ENDING";
Code:
string X = @" "" ""//"">DEMO 2 ENDING";
Comment