@@ -315,23 +315,21 @@ static void test_utf8(void)
315315 TEST_ASSERT (strcmp (argv [4 ], "text" ) == 0 );
316316}
317317
318- TEST_LIST = {
319- {"simple" , test_simple },
320- {"argc" , test_argc },
321- {"delete" , test_delete },
322- {"cursor_left" , test_cursor_left },
323- {"cursor_right" , test_cursor_right },
318+ TEST_LIST = {{"simple" , test_simple },
319+ {"argc" , test_argc },
320+ {"delete" , test_delete },
321+ {"cursor_left" , test_cursor_left },
322+ {"cursor_right" , test_cursor_right },
324323#if EMBEDDED_CLI_HISTORY_LEN
325- {"history" , test_history },
326- {"history_keys" , test_history_keys },
327- {"search" , test_search },
328- {"up_down" , test_up_down },
324+ {"history" , test_history },
325+ {"history_keys" , test_history_keys },
326+ {"search" , test_search },
327+ {"up_down" , test_up_down },
329328#endif
330- {"multiple" , test_multiple },
331- {"echo" , test_echo },
332- {"quotes" , test_quotes },
333- {"too_many_args" , test_too_many_args },
334- {"max_chars" , test_max_chars },
335- {"utf8" , test_utf8 },
336- {NULL , NULL }
337- };
329+ {"multiple" , test_multiple },
330+ {"echo" , test_echo },
331+ {"quotes" , test_quotes },
332+ {"too_many_args" , test_too_many_args },
333+ {"max_chars" , test_max_chars },
334+ {"utf8" , test_utf8 },
335+ {NULL , NULL }};
0 commit comments