Skip to content

Commit c9cd1cd

Browse files
1 parent 056285b commit c9cd1cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public static class Bad
9090
public const string CorruptedChunk = "Png/big-corrupted-chunk.png";
9191
public const string ZlibOverflow = "Png/zlib-overflow.png";
9292
public const string ZlibOverflow2 = "Png/zlib-overflow2.png";
93+
public const string ZlibZtxtBadHeader = "Png/zlib-ztxt-bad-header.png";
9394
}
9495

9596
public static readonly string[] All =

0 commit comments

Comments
 (0)