1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Child keys are strings.

This commit is contained in:
Rob Rix 2016-05-20 15:40:40 -04:00
parent 13a90624de
commit f2835ac7a6

View File

@ -182,7 +182,7 @@ spec = parallel $ do
\ xs -> counts (numberedRows (xs :: [Join These Char])) `shouldBe` length . catMaybes <$> Join (unalign (runJoin <$> xs))
data Child = Child
{ childKey :: Char
{ childKey :: String
, childContentsLength :: Int
, childMargin :: [Char]
}