revert hlint change
broke a test
This commit is contained in:
parent
6c0155efb7
commit
7e17151e69
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ configUnEscape = unescape
|
||||||
num = takeWhile isNumber s
|
num = takeWhile isNumber s
|
||||||
r = drop (length num) s
|
r = drop (length num) s
|
||||||
rest = drop 1 r
|
rest = drop 1 r
|
||||||
ok = not (null num) && ":" `isPrefixOf` r
|
ok = not (null num) && ";" `isPrefixOf` r
|
||||||
|
|
||||||
{- for quickcheck -}
|
{- for quickcheck -}
|
||||||
prop_idempotent_configEscape :: String -> Bool
|
prop_idempotent_configEscape :: String -> Bool
|
||||||
|
|
Loading…
Reference in a new issue