We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b96ee6 commit 738bd32Copy full SHA for 738bd32
tests/fixtures/example2.css
@@ -1 +1 @@
1
-a { color: blue; }
+a { color: blue; }
tests/pdfkit-tests.py
@@ -327,7 +327,7 @@ def test_raise_error_if_bad_wkhtmltopdf_option(self):
327
r.to_pdf()
328
329
raised_exception = cm.exception
330
- self.assertRegexpMatches(str(raised_exception), '^wkhtmltopdf exited with non-zero code 1. error:\nUnknown long argument --bad-option\n')
+ self.assertRegexpMatches(str(raised_exception), '^wkhtmltopdf exited with non-zero code 1. error:\nUnknown long argument --bad-option\r?\n')
331
332
if __name__ == "__main__":
333
unittest.main()
0 commit comments