mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Describe adjoinRows
.
This commit is contained in:
parent
2c36e0cc7c
commit
4ccaa65f82
@ -5,7 +5,7 @@ import Test.Hspec
|
||||
|
||||
main :: IO ()
|
||||
main = hspec $ do
|
||||
describe "split" $ do
|
||||
describe "adjoinRows" $ do
|
||||
it "empty lines are the left unit" $
|
||||
adjoinRows [ Row [] [] ] [ Row [ Text "a" ] [ Text "b" ] ] `shouldBe` [ Row [ Text "a" ] [ Text "b" ] ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user