Skip to content

Commit 84daafd

Browse files
committed
Improve test comment
1 parent df79d5c commit 84daafd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core-tests/YGPixelGridRounding.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#include <gtest/gtest.h>
22
#include <yoga/Yoga.h>
33

4-
// This tests
4+
// This test scrutinize next behaviours:
5+
// - pixel grid snapping in 1e4..0 coordinate range
6+
// - ability to layout nodes with smallest possible dimensions (one pixel separators)
7+
// - providing text node layout with bounds strictly larger than sized
8+
59
TEST(YogaTest, pixel_grid_rounding_table) {
610
const float kPointScale = 3;
711

0 commit comments

Comments
 (0)