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:
parent
13a90624de
commit
f2835ac7a6
@ -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]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user