Skip to content

Commit

Permalink
Fix doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaysashank committed Apr 9, 2022
1 parent ec5e083 commit e437dff
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 @@ -2262,7 +2262,7 @@ configureProg verbosity programDb prog = do
-- | Helper function to split a string into a list of arguments.
-- It's supposed to handle quoted things sensibly, eg:
--
-- >>> splitArgs "--foo=\"C:/Program Files/Bar/" --baz"
-- >>> splitArgs "--foo=\"C:/Program Files/Bar/\" --baz"
-- ["--foo=C:/Program Files/Bar", "--baz"]
--
-- >>> splitArgs "\"-DMSGSTR=\\\"foo bar\\\"\" --baz"
Expand Down

0 comments on commit e437dff

Please sign in to comment.