From 9afb65da349f49b69ae628e751b8de6a6ce9972d Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 31 Jan 2017 09:28:09 -0800 Subject: [PATCH] Regenerate test comments Reviewed By: emilsjolander Differential Revision: D4482049 fbshipit-source-id: c30a6550ed175811df29c24ba03af92f3bd32713 --- csharp/tests/Facebook.Yoga/YGAbsolutePositionTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGAlignContentTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGAlignItemsTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGAlignSelfTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGBorderTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGFlexDirectionTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGFlexTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGFlexWrapTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGJustifyContentTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGMarginTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGMinMaxDimensionTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGPaddingTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGPercentageTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGRoundingTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGSizeOverflowTest.cs | 2 +- java/tests/com/facebook/yoga/YGAbsolutePositionTest.java | 2 +- java/tests/com/facebook/yoga/YGAlignContentTest.java | 2 +- java/tests/com/facebook/yoga/YGAlignItemsTest.java | 2 +- java/tests/com/facebook/yoga/YGAlignSelfTest.java | 2 +- java/tests/com/facebook/yoga/YGBorderTest.java | 2 +- java/tests/com/facebook/yoga/YGFlexDirectionTest.java | 2 +- java/tests/com/facebook/yoga/YGFlexTest.java | 2 +- java/tests/com/facebook/yoga/YGFlexWrapTest.java | 2 +- java/tests/com/facebook/yoga/YGJustifyContentTest.java | 2 +- java/tests/com/facebook/yoga/YGMarginTest.java | 2 +- java/tests/com/facebook/yoga/YGMinMaxDimensionTest.java | 2 +- java/tests/com/facebook/yoga/YGPaddingTest.java | 2 +- java/tests/com/facebook/yoga/YGPercentageTest.java | 2 +- java/tests/com/facebook/yoga/YGRoundingTest.java | 2 +- java/tests/com/facebook/yoga/YGSizeOverflowTest.java | 2 +- javascript/tests/Facebook.Yoga/YGAbsolutePositionTest.js | 2 +- javascript/tests/Facebook.Yoga/YGAlignContentTest.js | 2 +- javascript/tests/Facebook.Yoga/YGAlignItemsTest.js | 2 +- javascript/tests/Facebook.Yoga/YGAlignSelfTest.js | 2 +- javascript/tests/Facebook.Yoga/YGBorderTest.js | 2 +- javascript/tests/Facebook.Yoga/YGFlexDirectionTest.js | 2 +- javascript/tests/Facebook.Yoga/YGFlexTest.js | 2 +- javascript/tests/Facebook.Yoga/YGFlexWrapTest.js | 2 +- javascript/tests/Facebook.Yoga/YGJustifyContentTest.js | 2 +- javascript/tests/Facebook.Yoga/YGMarginTest.js | 2 +- javascript/tests/Facebook.Yoga/YGMinMaxDimensionTest.js | 2 +- javascript/tests/Facebook.Yoga/YGPaddingTest.js | 2 +- javascript/tests/Facebook.Yoga/YGPercentageTest.js | 2 +- javascript/tests/Facebook.Yoga/YGRoundingTest.js | 2 +- javascript/tests/Facebook.Yoga/YGSizeOverflowTest.js | 2 +- tests/YGAbsolutePositionTest.cpp | 4 ++-- tests/YGAlignContentTest.cpp | 4 ++-- tests/YGAlignItemsTest.cpp | 4 ++-- tests/YGAlignSelfTest.cpp | 4 ++-- tests/YGBorderTest.cpp | 4 ++-- tests/YGFlexDirectionTest.cpp | 4 ++-- tests/YGFlexTest.cpp | 4 ++-- tests/YGFlexWrapTest.cpp | 4 ++-- tests/YGJustifyContentTest.cpp | 4 ++-- tests/YGMarginTest.cpp | 4 ++-- tests/YGMinMaxDimensionTest.cpp | 4 ++-- tests/YGPaddingTest.cpp | 4 ++-- tests/YGPercentageTest.cpp | 4 ++-- tests/YGRoundingTest.cpp | 4 ++-- tests/YGSizeOverflowTest.cpp | 4 ++-- 60 files changed, 75 insertions(+), 75 deletions(-) diff --git a/csharp/tests/Facebook.Yoga/YGAbsolutePositionTest.cs b/csharp/tests/Facebook.Yoga/YGAbsolutePositionTest.cs index 114edcf7..17296a2e 100644 --- a/csharp/tests/Facebook.Yoga/YGAbsolutePositionTest.cs +++ b/csharp/tests/Facebook.Yoga/YGAbsolutePositionTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGAlignContentTest.cs b/csharp/tests/Facebook.Yoga/YGAlignContentTest.cs index 288e30f8..560fa3c7 100644 --- a/csharp/tests/Facebook.Yoga/YGAlignContentTest.cs +++ b/csharp/tests/Facebook.Yoga/YGAlignContentTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGAlignItemsTest.cs b/csharp/tests/Facebook.Yoga/YGAlignItemsTest.cs index 01ff2c21..12efdf63 100644 --- a/csharp/tests/Facebook.Yoga/YGAlignItemsTest.cs +++ b/csharp/tests/Facebook.Yoga/YGAlignItemsTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGAlignSelfTest.cs b/csharp/tests/Facebook.Yoga/YGAlignSelfTest.cs index 520d5e8c..7c04f45d 100644 --- a/csharp/tests/Facebook.Yoga/YGAlignSelfTest.cs +++ b/csharp/tests/Facebook.Yoga/YGAlignSelfTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGBorderTest.cs b/csharp/tests/Facebook.Yoga/YGBorderTest.cs index d8efce38..ebfca861 100644 --- a/csharp/tests/Facebook.Yoga/YGBorderTest.cs +++ b/csharp/tests/Facebook.Yoga/YGBorderTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGFlexDirectionTest.cs b/csharp/tests/Facebook.Yoga/YGFlexDirectionTest.cs index 8063b48a..bfb7a353 100644 --- a/csharp/tests/Facebook.Yoga/YGFlexDirectionTest.cs +++ b/csharp/tests/Facebook.Yoga/YGFlexDirectionTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGFlexTest.cs b/csharp/tests/Facebook.Yoga/YGFlexTest.cs index 3826fa9a..b3c1e653 100644 --- a/csharp/tests/Facebook.Yoga/YGFlexTest.cs +++ b/csharp/tests/Facebook.Yoga/YGFlexTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGFlexWrapTest.cs b/csharp/tests/Facebook.Yoga/YGFlexWrapTest.cs index 8cd9df93..7bb67921 100644 --- a/csharp/tests/Facebook.Yoga/YGFlexWrapTest.cs +++ b/csharp/tests/Facebook.Yoga/YGFlexWrapTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGJustifyContentTest.cs b/csharp/tests/Facebook.Yoga/YGJustifyContentTest.cs index b36f9551..02f22ba9 100644 --- a/csharp/tests/Facebook.Yoga/YGJustifyContentTest.cs +++ b/csharp/tests/Facebook.Yoga/YGJustifyContentTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGMarginTest.cs b/csharp/tests/Facebook.Yoga/YGMarginTest.cs index c50619cc..e5fb77de 100644 --- a/csharp/tests/Facebook.Yoga/YGMarginTest.cs +++ b/csharp/tests/Facebook.Yoga/YGMarginTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGMinMaxDimensionTest.cs b/csharp/tests/Facebook.Yoga/YGMinMaxDimensionTest.cs index 47568b6e..91b72401 100644 --- a/csharp/tests/Facebook.Yoga/YGMinMaxDimensionTest.cs +++ b/csharp/tests/Facebook.Yoga/YGMinMaxDimensionTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGPaddingTest.cs b/csharp/tests/Facebook.Yoga/YGPaddingTest.cs index bdf93edf..004b0d68 100644 --- a/csharp/tests/Facebook.Yoga/YGPaddingTest.cs +++ b/csharp/tests/Facebook.Yoga/YGPaddingTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGPercentageTest.cs b/csharp/tests/Facebook.Yoga/YGPercentageTest.cs index 7371cf43..251ce823 100644 --- a/csharp/tests/Facebook.Yoga/YGPercentageTest.cs +++ b/csharp/tests/Facebook.Yoga/YGPercentageTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGPercentageTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGPercentageTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGRoundingTest.cs b/csharp/tests/Facebook.Yoga/YGRoundingTest.cs index dc68555a..c37e6a22 100644 --- a/csharp/tests/Facebook.Yoga/YGRoundingTest.cs +++ b/csharp/tests/Facebook.Yoga/YGRoundingTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html using System; using NUnit.Framework; diff --git a/csharp/tests/Facebook.Yoga/YGSizeOverflowTest.cs b/csharp/tests/Facebook.Yoga/YGSizeOverflowTest.cs index 01610e86..dc666fc3 100644 --- a/csharp/tests/Facebook.Yoga/YGSizeOverflowTest.cs +++ b/csharp/tests/Facebook.Yoga/YGSizeOverflowTest.cs @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGSizeOverflowTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGSizeOverflowTest.html using System; using NUnit.Framework; diff --git a/java/tests/com/facebook/yoga/YGAbsolutePositionTest.java b/java/tests/com/facebook/yoga/YGAbsolutePositionTest.java index 719d3c93..b84d8d13 100644 --- a/java/tests/com/facebook/yoga/YGAbsolutePositionTest.java +++ b/java/tests/com/facebook/yoga/YGAbsolutePositionTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGAlignContentTest.java b/java/tests/com/facebook/yoga/YGAlignContentTest.java index c0f6afa5..16a838ff 100644 --- a/java/tests/com/facebook/yoga/YGAlignContentTest.java +++ b/java/tests/com/facebook/yoga/YGAlignContentTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGAlignItemsTest.java b/java/tests/com/facebook/yoga/YGAlignItemsTest.java index b4585437..4dab2982 100644 --- a/java/tests/com/facebook/yoga/YGAlignItemsTest.java +++ b/java/tests/com/facebook/yoga/YGAlignItemsTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGAlignSelfTest.java b/java/tests/com/facebook/yoga/YGAlignSelfTest.java index 006ae1f7..d314c4a9 100644 --- a/java/tests/com/facebook/yoga/YGAlignSelfTest.java +++ b/java/tests/com/facebook/yoga/YGAlignSelfTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGBorderTest.java b/java/tests/com/facebook/yoga/YGBorderTest.java index f264a878..26e13407 100644 --- a/java/tests/com/facebook/yoga/YGBorderTest.java +++ b/java/tests/com/facebook/yoga/YGBorderTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGFlexDirectionTest.java b/java/tests/com/facebook/yoga/YGFlexDirectionTest.java index 4a731e17..be79dc2d 100644 --- a/java/tests/com/facebook/yoga/YGFlexDirectionTest.java +++ b/java/tests/com/facebook/yoga/YGFlexDirectionTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGFlexTest.java b/java/tests/com/facebook/yoga/YGFlexTest.java index ca7befd2..1407b4dd 100644 --- a/java/tests/com/facebook/yoga/YGFlexTest.java +++ b/java/tests/com/facebook/yoga/YGFlexTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGFlexWrapTest.java b/java/tests/com/facebook/yoga/YGFlexWrapTest.java index 8a62651a..c731234d 100644 --- a/java/tests/com/facebook/yoga/YGFlexWrapTest.java +++ b/java/tests/com/facebook/yoga/YGFlexWrapTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGJustifyContentTest.java b/java/tests/com/facebook/yoga/YGJustifyContentTest.java index 19df3a5c..7332b6de 100644 --- a/java/tests/com/facebook/yoga/YGJustifyContentTest.java +++ b/java/tests/com/facebook/yoga/YGJustifyContentTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGMarginTest.java b/java/tests/com/facebook/yoga/YGMarginTest.java index 7feeac03..f214ce8c 100644 --- a/java/tests/com/facebook/yoga/YGMarginTest.java +++ b/java/tests/com/facebook/yoga/YGMarginTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGMinMaxDimensionTest.java b/java/tests/com/facebook/yoga/YGMinMaxDimensionTest.java index f5f96357..58d37c45 100644 --- a/java/tests/com/facebook/yoga/YGMinMaxDimensionTest.java +++ b/java/tests/com/facebook/yoga/YGMinMaxDimensionTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGPaddingTest.java b/java/tests/com/facebook/yoga/YGPaddingTest.java index 22349186..9b652e24 100644 --- a/java/tests/com/facebook/yoga/YGPaddingTest.java +++ b/java/tests/com/facebook/yoga/YGPaddingTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGPercentageTest.java b/java/tests/com/facebook/yoga/YGPercentageTest.java index c746008a..c04a34dc 100644 --- a/java/tests/com/facebook/yoga/YGPercentageTest.java +++ b/java/tests/com/facebook/yoga/YGPercentageTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGPercentageTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGPercentageTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGRoundingTest.java b/java/tests/com/facebook/yoga/YGRoundingTest.java index 33624b15..77d40e00 100644 --- a/java/tests/com/facebook/yoga/YGRoundingTest.java +++ b/java/tests/com/facebook/yoga/YGRoundingTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html package com.facebook.yoga; diff --git a/java/tests/com/facebook/yoga/YGSizeOverflowTest.java b/java/tests/com/facebook/yoga/YGSizeOverflowTest.java index b72f83d8..b353c359 100644 --- a/java/tests/com/facebook/yoga/YGSizeOverflowTest.java +++ b/java/tests/com/facebook/yoga/YGSizeOverflowTest.java @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGSizeOverflowTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGSizeOverflowTest.html package com.facebook.yoga; diff --git a/javascript/tests/Facebook.Yoga/YGAbsolutePositionTest.js b/javascript/tests/Facebook.Yoga/YGAbsolutePositionTest.js index aa404076..1e7fe595 100644 --- a/javascript/tests/Facebook.Yoga/YGAbsolutePositionTest.js +++ b/javascript/tests/Facebook.Yoga/YGAbsolutePositionTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGAlignContentTest.js b/javascript/tests/Facebook.Yoga/YGAlignContentTest.js index 4b3df9ce..2785b8a4 100644 --- a/javascript/tests/Facebook.Yoga/YGAlignContentTest.js +++ b/javascript/tests/Facebook.Yoga/YGAlignContentTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGAlignItemsTest.js b/javascript/tests/Facebook.Yoga/YGAlignItemsTest.js index fc128bce..4d8b3235 100644 --- a/javascript/tests/Facebook.Yoga/YGAlignItemsTest.js +++ b/javascript/tests/Facebook.Yoga/YGAlignItemsTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGAlignSelfTest.js b/javascript/tests/Facebook.Yoga/YGAlignSelfTest.js index db45ad20..4d17fe59 100644 --- a/javascript/tests/Facebook.Yoga/YGAlignSelfTest.js +++ b/javascript/tests/Facebook.Yoga/YGAlignSelfTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGBorderTest.js b/javascript/tests/Facebook.Yoga/YGBorderTest.js index b6302792..785e0023 100644 --- a/javascript/tests/Facebook.Yoga/YGBorderTest.js +++ b/javascript/tests/Facebook.Yoga/YGBorderTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGFlexDirectionTest.js b/javascript/tests/Facebook.Yoga/YGFlexDirectionTest.js index 4e86e7e9..8efa4cff 100644 --- a/javascript/tests/Facebook.Yoga/YGFlexDirectionTest.js +++ b/javascript/tests/Facebook.Yoga/YGFlexDirectionTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGFlexTest.js b/javascript/tests/Facebook.Yoga/YGFlexTest.js index e966715b..69cc79ea 100644 --- a/javascript/tests/Facebook.Yoga/YGFlexTest.js +++ b/javascript/tests/Facebook.Yoga/YGFlexTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGFlexWrapTest.js b/javascript/tests/Facebook.Yoga/YGFlexWrapTest.js index 85091c16..d2de9345 100644 --- a/javascript/tests/Facebook.Yoga/YGFlexWrapTest.js +++ b/javascript/tests/Facebook.Yoga/YGFlexWrapTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGJustifyContentTest.js b/javascript/tests/Facebook.Yoga/YGJustifyContentTest.js index 40c7455e..fefe0025 100644 --- a/javascript/tests/Facebook.Yoga/YGJustifyContentTest.js +++ b/javascript/tests/Facebook.Yoga/YGJustifyContentTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGMarginTest.js b/javascript/tests/Facebook.Yoga/YGMarginTest.js index f8f6242a..78fab2cf 100644 --- a/javascript/tests/Facebook.Yoga/YGMarginTest.js +++ b/javascript/tests/Facebook.Yoga/YGMarginTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGMinMaxDimensionTest.js b/javascript/tests/Facebook.Yoga/YGMinMaxDimensionTest.js index 9ca41990..db5d78ce 100644 --- a/javascript/tests/Facebook.Yoga/YGMinMaxDimensionTest.js +++ b/javascript/tests/Facebook.Yoga/YGMinMaxDimensionTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGPaddingTest.js b/javascript/tests/Facebook.Yoga/YGPaddingTest.js index 5df816a5..0f2d9e17 100644 --- a/javascript/tests/Facebook.Yoga/YGPaddingTest.js +++ b/javascript/tests/Facebook.Yoga/YGPaddingTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGPercentageTest.js b/javascript/tests/Facebook.Yoga/YGPercentageTest.js index f84604c0..615cb905 100644 --- a/javascript/tests/Facebook.Yoga/YGPercentageTest.js +++ b/javascript/tests/Facebook.Yoga/YGPercentageTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGPercentageTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGPercentageTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGRoundingTest.js b/javascript/tests/Facebook.Yoga/YGRoundingTest.js index 7e68f457..2aef2f9a 100644 --- a/javascript/tests/Facebook.Yoga/YGRoundingTest.js +++ b/javascript/tests/Facebook.Yoga/YGRoundingTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/javascript/tests/Facebook.Yoga/YGSizeOverflowTest.js b/javascript/tests/Facebook.Yoga/YGSizeOverflowTest.js index 6882eb45..a1b47e22 100644 --- a/javascript/tests/Facebook.Yoga/YGSizeOverflowTest.js +++ b/javascript/tests/Facebook.Yoga/YGSizeOverflowTest.js @@ -7,7 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGSizeOverflowTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGSizeOverflowTest.html var Yoga = Yoga || require("../../sources/entry-" + process.env.TEST_ENTRY); diff --git a/tests/YGAbsolutePositionTest.cpp b/tests/YGAbsolutePositionTest.cpp index 4b13cb56..964419b9 100644 --- a/tests/YGAbsolutePositionTest.cpp +++ b/tests/YGAbsolutePositionTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html -#include #include +#include TEST(YogaTest, absolute_layout_width_height_start_top) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGAlignContentTest.cpp b/tests/YGAlignContentTest.cpp index 6c2aaa40..ea6365e5 100644 --- a/tests/YGAlignContentTest.cpp +++ b/tests/YGAlignContentTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html -#include #include +#include TEST(YogaTest, align_content_flex_start) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGAlignItemsTest.cpp b/tests/YGAlignItemsTest.cpp index dbbd1e9b..37ac06e9 100644 --- a/tests/YGAlignItemsTest.cpp +++ b/tests/YGAlignItemsTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html -#include #include +#include TEST(YogaTest, align_items_stretch) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGAlignSelfTest.cpp b/tests/YGAlignSelfTest.cpp index 79e3f89b..1b8b33ae 100644 --- a/tests/YGAlignSelfTest.cpp +++ b/tests/YGAlignSelfTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html -#include #include +#include TEST(YogaTest, align_self_center) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGBorderTest.cpp b/tests/YGBorderTest.cpp index 41673414..27b84003 100644 --- a/tests/YGBorderTest.cpp +++ b/tests/YGBorderTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html -#include #include +#include TEST(YogaTest, border_no_size) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGFlexDirectionTest.cpp b/tests/YGFlexDirectionTest.cpp index b6016428..e467d27c 100644 --- a/tests/YGFlexDirectionTest.cpp +++ b/tests/YGFlexDirectionTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html -#include #include +#include TEST(YogaTest, flex_direction_column_no_height) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGFlexTest.cpp b/tests/YGFlexTest.cpp index 559025f7..ad8cc615 100644 --- a/tests/YGFlexTest.cpp +++ b/tests/YGFlexTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html -#include #include +#include TEST(YogaTest, flex_basis_flex_grow_column) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGFlexWrapTest.cpp b/tests/YGFlexWrapTest.cpp index 8b8ee705..57552a3a 100644 --- a/tests/YGFlexWrapTest.cpp +++ b/tests/YGFlexWrapTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html -#include #include +#include TEST(YogaTest, wrap_column) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGJustifyContentTest.cpp b/tests/YGJustifyContentTest.cpp index b7afe1b6..78e6f44f 100644 --- a/tests/YGJustifyContentTest.cpp +++ b/tests/YGJustifyContentTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html -#include #include +#include TEST(YogaTest, justify_content_row_flex_start) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGMarginTest.cpp b/tests/YGMarginTest.cpp index 92e54f2a..42908d68 100644 --- a/tests/YGMarginTest.cpp +++ b/tests/YGMarginTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html -#include #include +#include TEST(YogaTest, margin_start) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGMinMaxDimensionTest.cpp b/tests/YGMinMaxDimensionTest.cpp index b1463e52..126f7700 100644 --- a/tests/YGMinMaxDimensionTest.cpp +++ b/tests/YGMinMaxDimensionTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html -#include #include +#include TEST(YogaTest, max_width) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGPaddingTest.cpp b/tests/YGPaddingTest.cpp index aab6726b..ae4d3bd8 100644 --- a/tests/YGPaddingTest.cpp +++ b/tests/YGPaddingTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html -#include #include +#include TEST(YogaTest, padding_no_size) { const YGNodeRef root = YGNodeNew(); diff --git a/tests/YGPercentageTest.cpp b/tests/YGPercentageTest.cpp index 80d2f4f7..b29e6a63 100644 --- a/tests/YGPercentageTest.cpp +++ b/tests/YGPercentageTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGPercentageTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGPercentageTest.html -#include #include +#include TEST(YogaTest, percentage_width_height) { YGSetExperimentalFeatureEnabled(YGExperimentalFeatureRounding, true); diff --git a/tests/YGRoundingTest.cpp b/tests/YGRoundingTest.cpp index 0ce9f5c0..93d9f73a 100644 --- a/tests/YGRoundingTest.cpp +++ b/tests/YGRoundingTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html -#include #include +#include TEST(YogaTest, rounding_flex_basis_flex_grow_row_width_of_100) { YGSetExperimentalFeatureEnabled(YGExperimentalFeatureRounding, true); diff --git a/tests/YGSizeOverflowTest.cpp b/tests/YGSizeOverflowTest.cpp index c8873cb6..d06c7677 100644 --- a/tests/YGSizeOverflowTest.cpp +++ b/tests/YGSizeOverflowTest.cpp @@ -7,10 +7,10 @@ * of patent rights can be found in the PATENTS file in the same directory. */ - // @Generated by gentest/gentest.rb from gentest/fixtures/YGSizeOverflowTest.html +// @Generated by gentest/gentest.rb from gentest/fixtures/YGSizeOverflowTest.html -#include #include +#include TEST(YogaTest, nested_overflowing_child) { const YGNodeRef root = YGNodeNew();