From ad51be3c43e8efa2ce0ceaad27d03036748e0b95 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 1 Sep 2010 07:56:19 +0000 Subject: add some images for mimetype testing --- tests/test.xpm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/test.xpm (limited to 'tests/test.xpm') diff --git a/tests/test.xpm b/tests/test.xpm new file mode 100644 index 00000000..ef56e2c6 --- /dev/null +++ b/tests/test.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char * test_xpm[] = { +"6 6 3 1", +" c #FF0000", +". c #00FF00", +"+ c #0000FF", +" ..++", +" ..++", +" ..++", +" ..++", +" ..++", +" ..++"}; -- cgit v1.2.3