Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/edit.c:
}
}
+struct state_tests +{
- int style;
- int style_ex;
- RECT input;
+};
+static void test_small_rect(void) +{
- struct state_tests tests[6];
- HWND edit;
- RECT correct;
- RECT rc;
Let's write them as "RECT rect, expected_rect;"