t / t4018 / cpp-class-constructor-mem-initon commit diff: add an internal option to dual-color diffs of diffs (f7c3b4e)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}