summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-03-01 12:00:29 +0100
committerBastien Nocera <hadess@hadess.net>2019-03-01 12:00:29 +0100
commit378efc8a1cd873518a48cd4d396ccb9076254b88 (patch)
tree812d74f98c0784789534077ffa8ef82adf625b3b /tests
parentdbb734c9d4435a733ec1679ab0fde677fcf05bff (diff)
downloadgdk-pixbuf-378efc8a1cd873518a48cd4d396ccb9076254b88.tar.gz
tests: Add test for issue 95
A laaaarge XPM file.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-images/fail/issue-95.xpm34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/test-images/fail/issue-95.xpm b/tests/test-images/fail/issue-95.xpm
new file mode 100644
index 000000000..316c3ad48
--- /dev/null
+++ b/tests/test-images/fail/issue-95.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * plaid[] = {
+/* plaid pixmap
+ * width height ncolors chars_per_pixel */
+"41474 21474 4 2 ",
+/* colors */
+" c red m white s light_color ",
+"Y c green m black s lines_in_mix ",
+"+ c yellow m white s lines_in_dark ",
+"x m black s dark_color ",
+/* pixels */
+"x x x x x x x x x x x x + x x x x x ",
+" x x x x x x x x x x x x x x x x ",
+"x x x x x x x x x x x x + x x x x x ",
+" x x x x x x x x x x x x x x x x ",
+"x x x x x x x x x x x x + x x x x x ",
+"Y Y Y Y Y x Y Y Y Y Y + x + x + x + x + x + ",
+"x x x x x x x x x x x x + x x x x x ",
+" x x x x x x x x x x x x x x x x ",
+"x x x x x x x x x x x x + x x x x x ",
+" x x x x x x x x x x x x x x x x ",
+"x x x x x x x x x x x x + x x x x x ",
+" x x x x Y x x x ",
+" x x x Y x x ",
+" x x x x Y x x x ",
+" x x x Y x x ",
+" x x x x Y x x x ",
+"x x x x x x x x x x x x x x x x x x x x x x ",
+" x x x x Y x x x ",
+" x x x Y x x ",
+" x x x x Y x x x ",
+" x x x Y x x ",
+" x x x x Y x x x "
+} ;