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 d0d22fb
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 @@ -2530,7 +2530,7 @@ configureProg verbosity programDb prog = do
-- ["--foo=C:/Program Files/Bar/", "--baz"]
--
-- >>> splitArgs "\"-DMSGSTR=\\\"foo bar\\\"\" --baz"
-- ["-DMSGSTR=\"foo bar\"","--baz"]
-- ["-DMSGSTR=\"foo bar\"", "--baz"]
--
splitArgs :: String -> [String]
splitArgs = space []
Expand Down

0 comments on commit d0d22fb

Please sign in to comment.