mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-08 14:40:06 +02:00
g_date_time_format: rip out non-working %W format
Our implementation of %W is incorrect. Nobody should want to use this format anyway and the implementation is non-trivial, so rip it out rather than fixing it. Remove the testcase for %W as well.
This commit is contained in:
@@ -834,7 +834,6 @@ GDateTime *__dt = g_date_time_new_local (2009, 10, 24, 0, 0, 0);\
|
||||
//TEST_PRINTF ("%s", t_str);
|
||||
TEST_PRINTF ("%S", "00");
|
||||
TEST_PRINTF ("%t", " ");
|
||||
TEST_PRINTF ("%W", "42");
|
||||
TEST_PRINTF ("%u", "6");
|
||||
TEST_PRINTF ("%x", "10/24/09");
|
||||
TEST_PRINTF ("%X", "00:00:00");
|
||||
|
Reference in New Issue
Block a user