037b2c72a1
The new test has an .exp file, because it is not compatible with Python 3.9 and lower. See CPython version of the issue at https://bugs.python.org/issue27772 Signed-off-by: Jeff Epler <jepler@gmail.com>
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
{:0s} >ab<
|
|
{:06s} >ab0000<
|
|
{:<06s} >ab0000<
|
|
{:>06s} >0000ab<
|