test: missing case for parseRelFile
This commit is contained in:
parent
c637893aa8
commit
a4ed4cd504
@ -46,7 +46,7 @@ restrictions =
|
|||||||
(isNothing (void (parseAbsDir x) <|>
|
(isNothing (void (parseAbsDir x) <|>
|
||||||
void (parseRelDir x) <|>
|
void (parseRelDir x) <|>
|
||||||
void (parseAbsFile x) <|>
|
void (parseAbsFile x) <|>
|
||||||
void (parseRelDir x)))
|
void (parseRelFile x)))
|
||||||
|
|
||||||
-- | The 'filename' operation.
|
-- | The 'filename' operation.
|
||||||
operationFilename :: Spec
|
operationFilename :: Spec
|
||||||
|
Loading…
Reference in New Issue
Block a user