tests: Add tests for %-formatting of bytes.
This requires CPython3.5, to not require switching to it, just use .exp file.
This commit is contained in:
5
tests/basics/bytes_format_modulo.py.exp
Normal file
5
tests/basics/bytes_format_modulo.py.exp
Normal file
@@ -0,0 +1,5 @@
|
||||
b'%'
|
||||
b'=1='
|
||||
b'=1=2='
|
||||
b'=str='
|
||||
b"=b'str'="
|
||||
Reference in New Issue
Block a user