Daniel Watkins
|
c5eba15370
|
test_format: run test_bytes_and_bytearray_format
All the errors have now been addressed.
|
2021-11-01 21:34:51 -04:00 |
|
Daniel Watkins
|
380653b6cb
|
cformat.rs: implement %a correctly, using builtins::ascii
The repr() of Unicode strings is the Unicode string, so the previous
code was incorrect for that case (at least).
|
2021-11-01 21:34:51 -04:00 |
|
Padraic Fanning
|
2c665ff961
|
Mark erroring/failing tests
|
2021-02-21 11:31:52 -05:00 |
|
Padraic Fanning
|
aecc074cf2
|
Skip test for chewing up RAM
|
2021-02-21 11:31:51 -05:00 |
|
Padraic Fanning
|
e90491cc7d
|
Add test_format from CPython 3.8.7
|
2021-02-21 11:31:51 -05:00 |
|