summaryrefslogtreecommitdiff
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:52:35 +0100
commitdc3b7677105ccc8f9c6d3d983181f68cbd309e96 (patch)
tree726df5a15f4d123498126567dc7fa09e74b96980
parentfe3247cc37b43721df5dcac4bf07c54e09da87ae (diff)
downloadgdk-pixbuf-dc3b7677105ccc8f9c6d3d983181f68cbd309e96.tar.gz
tests: Add test for issue 95
A laaaarge XPM file.
-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 "
+} ;