1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

Rename the interpreter spec.

This commit is contained in:
Rob Rix 2017-10-23 11:58:31 -04:00
parent a23d60dc09
commit 46e2b5fb15

View File

@ -16,7 +16,7 @@ import Test.Hspec.LeanCheck
spec :: Spec
spec = parallel $ do
describe "interpret" $ do
describe "diffTerms" $ do
it "returns a replacement when comparing two unicode equivalent terms" $
let termA = termIn Nil (inj (Syntax.Identifier "t\776"))
termB = termIn Nil (inj (Syntax.Identifier "\7831")) in