1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Describe adjoinRows.

This commit is contained in:
Rob Rix 2015-12-04 09:00:40 -05:00
parent 2c36e0cc7c
commit 4ccaa65f82

View File

@ -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" ] ]