mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Use - in filenames
This commit is contained in:
parent
8a8c3257f5
commit
7caca45fba
@ -39,13 +39,13 @@ spec = parallel $ do
|
|||||||
, JSONSummary $ Summarizable C.Method "baz" (sourceSpanBetween (4, 1) (5, 4)) "removed" ]
|
, JSONSummary $ Summarizable C.Method "baz" (sourceSpanBetween (4, 1) (5, 4)) "removed" ]
|
||||||
|
|
||||||
it "dedupes changes in same parent method" $ do
|
it "dedupes changes in same parent method" $ do
|
||||||
sourceBlobs <- blobsForPaths (both "javascript/dupParent.A.js" "javascript/dupParent.B.js")
|
sourceBlobs <- blobsForPaths (both "javascript/duplicate-parent.A.js" "javascript/duplicate-parent.B.js")
|
||||||
diff <- testDiff sourceBlobs
|
diff <- testDiff sourceBlobs
|
||||||
diffTOC sourceBlobs diff `shouldBe`
|
diffTOC sourceBlobs diff `shouldBe`
|
||||||
[ JSONSummary $ InSummarizable C.Function "myFunction" (sourceSpanBetween (1, 1) (6, 2)) ]
|
[ JSONSummary $ InSummarizable C.Function "myFunction" (sourceSpanBetween (1, 1) (6, 2)) ]
|
||||||
|
|
||||||
it "dedupes similar methods" $ do
|
it "dedupes similar methods" $ do
|
||||||
sourceBlobs <- blobsForPaths (both "javascript/erroneousDupMethod.A.js" "javascript/erroneousDupMethod.B.js")
|
sourceBlobs <- blobsForPaths (both "javascript/erroneous-duplicate-method.A.js" "javascript/erroneous-duplicate-method.B.js")
|
||||||
diff <- testDiff sourceBlobs
|
diff <- testDiff sourceBlobs
|
||||||
diffTOC sourceBlobs diff `shouldBe`
|
diffTOC sourceBlobs diff `shouldBe`
|
||||||
[ JSONSummary $ Summarizable C.Function "performHealthCheck" (sourceSpanBetween (8, 1) (29, 2)) "modified" ]
|
[ JSONSummary $ Summarizable C.Function "performHealthCheck" (sourceSpanBetween (8, 1) (29, 2)) "modified" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user