support remote config values with spaces and other characters
This commit is contained in:
parent
ceff04ff3e
commit
93c5fb5da7
3 changed files with 36 additions and 5 deletions
1
test.hs
1
test.hs
|
@ -75,6 +75,7 @@ quickcheck = TestLabel "quickcheck" $ TestList
|
|||
, qctest "prop_idempotent_key_read_show" Key.prop_idempotent_key_read_show
|
||||
, qctest "prop_idempotent_shellEscape" Utility.prop_idempotent_shellEscape
|
||||
, qctest "prop_idempotent_shellEscape_multiword" Utility.prop_idempotent_shellEscape_multiword
|
||||
, qctest "prop_idempotent_configEscape" Remote.prop_idempotent_configEscape
|
||||
, qctest "prop_parentDir_basics" Utility.prop_parentDir_basics
|
||||
, qctest "prop_relPathDirToFile_basics" Utility.prop_relPathDirToFile_basics
|
||||
, qctest "prop_cost_sane" Config.prop_cost_sane
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue