Skip to content

Commit 26bbc85

Browse files
Soupstrawlehins
andauthored
Update test/Test/Codec/CBOR/Cuddle/CDDL/Parser.hs
Co-authored-by: Alexey Kuleshevich <[email protected]>
1 parent b8cf354 commit 26bbc85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Test/Codec/CBOR/Cuddle/CDDL/Parser.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ parseExampleWith matches str parser val =
624624
shouldMatchParseWith matches val parser $
625625
T.unpack str
626626

627-
-- parse (parser <* eof) "" str `shouldParse` val
628627

629628
parseExample :: (Show a, ToExpr a, Eq a) => T.Text -> Parser a -> a -> Spec
630629
parseExample = parseExampleWith (==)

0 commit comments

Comments
 (0)