Add trailing newlines to output for cleaner test diffs
This commit is contained in:
parent
57c1613019
commit
2aab786dba
@ -45,6 +45,6 @@ main =
|
|||||||
testGroup pt $
|
testGroup pt $
|
||||||
( zip (map show [1 :: Int ..]) parts <&> \(n, pp) ->
|
( zip (map show [1 :: Int ..]) parts <&> \(n, pp) ->
|
||||||
goldenVsStringDiff n diffCommand ("../outputs/" <> t <> "/" <> pt <> "/" <> n) $
|
goldenVsStringDiff n diffCommand ("../outputs/" <> t <> "/" <> pt <> "/" <> n) $
|
||||||
TL.encodeUtf8 . TL.show . pp <$> input
|
TL.encodeUtf8 . (<> "\n") . TL.show . pp <$> input
|
||||||
)
|
)
|
||||||
<> [testGroup "extra" $ extraTests isRealData ("../outputs/" <> t <> "/" <> pt <> "/extra/") input]
|
<> [testGroup "extra" $ extraTests isRealData ("../outputs/" <> t <> "/" <> pt <> "/extra/") input]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
3
|
3
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
6
|
6
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1227775554
|
1227775554
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
4174379265
|
4174379265
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
357
|
357
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
3121910778619
|
3121910778619
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
13
|
13
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
43
|
43
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
3
|
3
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
14
|
14
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
4277556
|
4277556
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
3263827
|
3263827
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
21
|
21
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
40
|
40
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
40
|
40
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
25272
|
25272
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
50
|
50
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
24
|
24
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1132
|
1132
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
6623
|
6623
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
31210613313
|
31210613313
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
41823587546
|
41823587546
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
17376
|
17376
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
172119830406258
|
172119830406258
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1437
|
1437
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
8765
|
8765
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
874
|
874
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
348548952146313
|
348548952146313
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
8108520669952
|
8108520669952
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
11708563470209
|
11708563470209
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1537
|
1537
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
18818811755665
|
18818811755665
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
66640
|
66640
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
78894156
|
78894156
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
4758598740
|
4758598740
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1474699155
|
1474699155
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user