btnlq

Results 2 issues of btnlq

**WinMerge 2.16.4.0 x64** Program is configured to ignore whitespace, but: - Last blank line is not ignored. - `Text3` lines are highlighted as different. ![image](https://user-images.githubusercontent.com/31797752/66457703-cc95b980-ea92-11e9-94c7-ef1b812467e0.png)

Not a bug
Improvement needed
text compare/merge

I have DB2 database with accounts table: ```c# [Table(Schema="ICMADMIN", Name="ACCOUNT001", IsView=true)] public partial class Account { [Column("ACC_NAME"), Nullable] public string Name { get; set; } // VARCHAR(256) [Column("ACC_BLOCKED"), Nullable] public...

type: bug
area: mapping
status: has-tests