mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
One more roundtrip test
This commit is contained in:
parent
6269a64c5f
commit
16b99b8634
@ -43,7 +43,10 @@ spec = parallel $ do
|
||||
\sp -> shouldRoundtrip @BlobPair sp
|
||||
describe "spans" $
|
||||
prop "roundtrips" $
|
||||
\sp -> shouldRoundtrip @Span sp
|
||||
\x -> shouldRoundtrip @Span x
|
||||
describe "pos" $
|
||||
prop "roundtrips" $
|
||||
\x -> shouldRoundtrip @Pos x
|
||||
|
||||
describe "nulls" $
|
||||
prop "roundtrips" $
|
||||
|
Loading…
Reference in New Issue
Block a user