rewrite: disable outdated doctests
This commit is contained in:
parent
6081fead11
commit
f30b1533a0
@ -210,8 +210,7 @@ diffOutput j j' = do
|
|||||||
|
|
||||||
type Chunk = (GenericSourcePos, [DiffLine String])
|
type Chunk = (GenericSourcePos, [DiffLine String])
|
||||||
|
|
||||||
-- | Render list of changed lines as a unified diff
|
-- XXX doctests, update needed:
|
||||||
--
|
|
||||||
-- >>> putStr $ renderPatch [(GenericSourcePos "a" 1 1, [D.First "x", D.Second "y"])]
|
-- >>> putStr $ renderPatch [(GenericSourcePos "a" 1 1, [D.First "x", D.Second "y"])]
|
||||||
-- --- a
|
-- --- a
|
||||||
-- +++ a
|
-- +++ a
|
||||||
@ -236,6 +235,7 @@ type Chunk = (GenericSourcePos, [DiffLine String])
|
|||||||
-- +++ b
|
-- +++ b
|
||||||
-- @@ -5,0 +5,1 @@
|
-- @@ -5,0 +5,1 @@
|
||||||
-- +z
|
-- +z
|
||||||
|
-- | Render list of changed lines as a unified diff
|
||||||
renderPatch :: [Chunk] -> String
|
renderPatch :: [Chunk] -> String
|
||||||
renderPatch = go Nothing . sortOn fst where
|
renderPatch = go Nothing . sortOn fst where
|
||||||
go _ [] = ""
|
go _ [] = ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user