Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Aug 16, 2022
1 parent 247d3f2 commit 9423d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/Simple/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2527,7 +2527,7 @@ configureProg verbosity programDb prog = do
-- It's supposed to handle quoted things sensibly, eg:
--
-- >>> splitArgs "--foo=\"C:/Program Files/Bar/\" --baz"
-- ["--foo=C:/Program Files/Bar/", "--baz"]
-- ["--foo=C:/Program Files/Bar/","--baz"]
--
-- >>> splitArgs "\"-DMSGSTR=\\\"foo bar\\\"\" --baz"
-- ["-DMSGSTR=\"foo bar\"","--baz"]
Expand Down

0 comments on commit 9423d64

Please sign in to comment.