--- lbbs/src/test_lml.c 2025/10/24 03:57:45 1.16 +++ lbbs/src/test_lml.c 2025/10/24 07:20:34 1.17 @@ -1,5 +1,5 @@ /*************************************************************************** - test_lml.c - description + test_lml.c - description ------------------- Copyright : (C) 2004-2025 by Leaflet Email : leaflet@leafok.com @@ -37,10 +37,11 @@ const char *str_in[] = { "A[ color BCD]EF[/color]G[color black]0[/color][color magenta]1[color cyan]23[/color]4[color red]5[/color]6[color yellOw]7[/color]8[color green]9[color blue]0[/color]", "A[quote]B[quote]C[quote]D[quote]E[/quote]F[/quote]G[/quote]0[/quote]1[/quote]2[quote]3[/quote]4[/quote]56789", ": ABCDE[quote]FG\r\nab[/quote]cd[quote]ef[quote]g\r\n: : 012[/quote]345[/quote]6789\nABC[quote]DEFG", - "abc", + "\033[35mabc\033[m", "123456", "[color red]Red[/color][plain][color blue]Blue[/color][plain]", "[color yellow]Yellow[/color][nolml][left][color blue]Blue[/color][right][lml][color red]Red[/color]", + "[abc][left ][ right ][ colory ][left ", }; const int str_cnt = sizeof(str_in) / sizeof(const char *);