Joel E. Denny
9658e77e27
[lit] Fix internal diff newlines for -w/-b
For example, without this patch:
```
$ python $LIT_BUILTINS/diff.py -b foo.txt bar.txt
*** /tmp/foo.txt
--- /tmp/bar.txt
***************
*** 1,2 ****
1! 2--- 1,2 ----
1! 20
```
With this patch:
```
$ python $LIT_BUILTINS/diff.py -b foo.txt bar.txt
*** /tmp/foo.txt
--- /tmp/bar.txt
***************
*** 1,2 ****
1
! 2
--- 1,2 ----
1
! 20
```
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D71577
2019-12-17 10:49:34 -05:00
..
2019-01-03 14:11:33 +00:00
2018-05-31 00:55:32 +00:00
2018-08-06 22:37:44 +00:00
2019-12-17 10:49:34 -05:00
2019-10-29 15:13:53 -04:00
2019-10-16 17:21:24 +00:00
2019-10-16 17:21:57 +00:00
2019-10-16 17:21:57 +00:00
2019-10-16 17:21:24 +00:00
2019-10-16 17:21:24 +00:00
2019-10-29 15:13:53 -04:00
2019-10-29 15:13:53 -04:00
2019-10-29 15:13:53 -04:00
2019-10-16 17:21:57 +00:00
2019-10-29 15:13:52 -04:00
2019-12-17 10:49:34 -05:00
2018-08-07 20:54:38 +00:00
2018-08-06 22:37:44 +00:00
2019-02-28 19:16:17 +00:00
2019-10-25 18:13:13 -04:00
2018-08-06 22:37:44 +00:00