Merge remote-tracking branch 'refs/remotes/facebook/master' into percentage-feature
# Conflicts: # csharp/Facebook.Yoga/YogaNode.Create.cs
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
TEST(YogaTest, assert_default_values) {
|
||||
const YGNodeRef root = YGNodeNew();
|
||||
|
||||
ASSERT_EQ(0, YGNodeChildCount(root));
|
||||
ASSERT_EQ(0, YGNodeGetChildCount(root));
|
||||
ASSERT_EQ(NULL, YGNodeGetChild(root, 1));
|
||||
|
||||
ASSERT_EQ(YGDirectionInherit, YGNodeStyleGetDirection(root));
|
Reference in New Issue
Block a user