Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 1a70647

Browse files
committed
MOAR TORTURE
1 parent e7974a9 commit 1a70647

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ python:
1111
- "3.4"
1212
- "3.5"
1313
- "3.6"
14-
- "3.7-dev"
14+
- "3.7"
15+
- "3.8"
1516
- "nightly"
1617

1718
before_script:
-1 Bytes
Loading

test/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
( 'QR_CODE-png-but-wrong-extension.bmp', 'QR_CODE', 'This should be QR_CODE' ),
1818
( 'QR_CODE-fun-with-whitespace.png', 'QR_CODE', '\n\r\t\r\r\r\n ' ),
1919
( 'QR_CODE-screen_scraping_torture_test.png', 'QR_CODE',
20-
'\n\\n¡Atención ☹! UTF-8 characters,\n embedded newline, & trailing whitespace\t ' ),
20+
'\n\\n¡Atención ☹! UTF-8 characters,\n\r embedded newlines,\r &&am&p;& trailing whitespace\t \r ' ),
2121
]
2222

2323
test_reader = None

0 commit comments

Comments
 (0)