1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00

We now include results from both sides of replacements.

This commit is contained in:
Rob Rix 2017-05-11 16:42:17 -04:00
parent 1ce26f2f57
commit f24a687937

View File

@ -107,7 +107,7 @@ spec = parallel $ do
prop "replacements of methods and functions are summarized" $
\name body ->
let diff = programWithReplace name (unListableF body)
in numTocSummaries diff `shouldBe` 1
in numTocSummaries diff `shouldBe` 2
prop "changes inside methods and functions are summarizied" . forAll (isMeaningfulTerm `filterT` tiers) $
\body ->