We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cf354 commit 26bbc85Copy full SHA for 26bbc85
test/Test/Codec/CBOR/Cuddle/CDDL/Parser.hs
@@ -624,7 +624,6 @@ parseExampleWith matches str parser val =
624
shouldMatchParseWith matches val parser $
625
T.unpack str
626
627
--- parse (parser <* eof) "" str `shouldParse` val
628
629
parseExample :: (Show a, ToExpr a, Eq a) => T.Text -> Parser a -> a -> Spec
630
parseExample = parseExampleWith (==)
0 commit comments