mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 02:06:18 +03:00
Fix comment and file
This commit is contained in:
parent
98a8085d6c
commit
ca7f44e7ae
|
@ -1,6 +1,6 @@
|
|||
#define hopper_test_width 128
|
||||
#define hopper_test_height 128
|
||||
static char hopper_test_bits[] = {
|
||||
#define hopper_underscore_width 128
|
||||
#define hopper_underscore_height 128
|
||||
static char hopper_underscore_bits[] = {
|
||||
0xFF, 0xFF, 0xFF, 0x1F, 0xF0, 0x3D, 0x80, 0x96, 0xDA, 0xB6, 0xD6, 0x2A,
|
||||
0xA9, 0x6D, 0x25, 0x29, 0xFF, 0xFF, 0xFF, 0xBF, 0xFE, 0x7D, 0xC0, 0xFB,
|
||||
0x69, 0x69, 0xA9, 0xD5, 0x96, 0x96, 0x5E, 0x9A, 0xFF, 0xFF, 0xFF, 0x9F,
|
||||
|
|
|
@ -51,7 +51,7 @@ class TestFileXbm(PillowTestCase):
|
|||
|
||||
def test_open_filename_with_underscore(self):
|
||||
# Arrange
|
||||
# Created with `cp hopper.xbm hopper_underscore.xbm`
|
||||
# Created with `convert hopper.png hopper_underscore.xbm`
|
||||
filename = "Tests/images/hopper_underscore.xbm"
|
||||
|
||||
# Act
|
||||
|
|
Loading…
Reference in New Issue
Block a user