mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Test _Term_ equality, not ArbitraryTerm equality.
This commit is contained in:
parent
97ff45bd28
commit
f667109c28
@ -59,7 +59,7 @@ main :: IO ()
|
||||
main = hspec $ do
|
||||
describe "Term" $ do
|
||||
prop "equality is reflexive" $
|
||||
\ a -> a == (a :: ArbitraryTerm String ())
|
||||
\ a -> unTerm a == unTerm (a :: ArbitraryTerm String ())
|
||||
|
||||
describe "annotatedToRows" $ do
|
||||
it "outputs one row for single-line unchanged leaves" $
|
||||
|
Loading…
Reference in New Issue
Block a user