mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Children have a string of contents.
This commit is contained in:
parent
765ac74532
commit
b0c0f13b61
@ -183,7 +183,7 @@ spec = parallel $ do
|
|||||||
|
|
||||||
data Child = Child
|
data Child = Child
|
||||||
{ childKey :: String
|
{ childKey :: String
|
||||||
, childContentsLength :: Int
|
, childContents :: String
|
||||||
, childMargin :: String
|
, childMargin :: String
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user