---
Bug Fixed
1. diff table Output Error
+----+---------+---------+-------------+---------+
| | File1 | File2 | Key | Value |
|----+---------+---------+-------------+---------|
| + | 2 | | diff.test.0 | Test0 |
| - | 2 | | diff.test.0 | Test |
+----+---------+---------+-------------+---------+
should be
+----+---------+---------+-------------+---------+
| | File1 | File2 | Key | Value |
|----+---------+---------+-------------+---------|
| + | 2 | | diff.test.0 | Test0 |
| - | | 2 | diff.test.0 | Test |
+----+---------+---------+-------------+---------+