Explorar el Código

* Added a few commonly escaped characters to the export test: ( ) " < > &

tags/v0.99.beta14
Sam Hocevar sam hace 19 años
padre
commit
aaa61f9a81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/export.c

+ 1
- 1
test/export.c Ver fichero

@@ -92,7 +92,7 @@ int main(int argc, char *argv[])

cucul_set_color(qq, CUCUL_COLOR_BLACK, CUCUL_COLOR_WHITE);
cucul_fill_ellipse(qq, WIDTH / 2, HEIGHT / 2, WIDTH / 4, HEIGHT / 4, ' ');
cucul_putstr(qq, WIDTH / 2 - 1, HEIGHT / 2 - 2, "\\o/");
cucul_putstr(qq, WIDTH / 2 - 5, HEIGHT / 2 - 2, "(\") \\o/ <&>");
cucul_putstr(qq, WIDTH / 2 - 7, HEIGHT / 2 + 2, "äβç ░▒▓█▓▒░ ΔЗҒ");

cucul_set_color(qq, CUCUL_COLOR_WHITE, CUCUL_COLOR_LIGHTBLUE);


Cargando…
Cancelar
Guardar