Skip to content

docs: Fix examples for (un)escapeArgs

Matthew Pickering requested to merge wip/t20304 into master

The examples were just missing the surrounding brackets.

ghci> escapeArgs ["hello "world""] "hello\ \"world\"\n"

Merge request reports