Merge pull request #5 from glasserc/rel-file-tests
test: missing case for parseRelFile
This commit is contained in:
commit
62278a77e6
@ -46,7 +46,7 @@ restrictions =
|
||||
(isNothing (void (parseAbsDir x) <|>
|
||||
void (parseRelDir x) <|>
|
||||
void (parseAbsFile x) <|>
|
||||
void (parseRelDir x)))
|
||||
void (parseRelFile x)))
|
||||
|
||||
-- | The 'filename' operation.
|
||||
operationFilename :: Spec
|
||||
|
Loading…
Reference in New Issue
Block a user