1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Indentation.

This commit is contained in:
Rob Rix 2016-09-13 13:14:02 -04:00
parent c5fed4ac25
commit 6ce0ce5e26

View File

@ -22,4 +22,4 @@ spec = parallel $ do
\ s -> let source = fromList s
spans = zipWith (\ i Range {..} -> SourceSpan "" (SourcePos i 0) (SourcePos i (end - start))) [0..] ranges
ranges = actualLineRanges (totalRange source) source in
sourceSpanToRange source <$> spans `shouldBe` ranges
sourceSpanToRange source <$> spans `shouldBe` ranges