From 664bc44f302ca9cbed02788fea4414b815b1ac65 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 20 Dec 2015 16:54:34 +0200 Subject: tests: Add tests for %-formatting of bytes. This requires CPython3.5, to not require switching to it, just use .exp file. --- tests/basics/bytes_format_modulo.py.exp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/basics/bytes_format_modulo.py.exp (limited to 'tests/basics/bytes_format_modulo.py.exp') diff --git a/tests/basics/bytes_format_modulo.py.exp b/tests/basics/bytes_format_modulo.py.exp new file mode 100644 index 0000000000..782b7f91fc --- /dev/null +++ b/tests/basics/bytes_format_modulo.py.exp @@ -0,0 +1,5 @@ +b'%' +b'=1=' +b'=1=2=' +b'=str=' +b"=b'str'=" -- cgit v1.2.3