File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -339,12 +339,16 @@ def test_format_code_u(self):
339
339
def test_format_code_es (self ):
340
340
self ._test_format_code ('es' ,
341
341
['const char' , 'char *' ],
342
- ['one of "const char *" (pointing to 8 bits) or NULL' , '"char *"' ])
342
+ [('one of "const char *" (pointing to 8 bits)'
343
+ ' or "char *" (pointing to 8 bits) or NULL' ),
344
+ '"char * *"' ])
343
345
344
346
def test_format_code_et (self ):
345
347
self ._test_format_code ('et' ,
346
348
['const char' , 'char *' ],
347
- ['one of "const char *" (pointing to 8 bits) or NULL' , '"char * *"' ])
349
+ [('one of "const char *" (pointing to 8 bits)'
350
+ ' or "char *" (pointing to 8 bits) or NULL' ),
351
+ '"char * *"' ])
348
352
349
353
# "es#" and "et#" are affected by the PY_SSIZE_T_CLEAN macro; we test them
350
354
# within:
You can’t perform that action at this time.
0 commit comments