We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb169c commit 9380ae2Copy full SHA for 9380ae2
mypyc/test-data/irbuild-bytes.test
@@ -229,25 +229,3 @@ L0:
229
r0 = b'_'
230
r1 = CPyBytes_Ljust(b, 20, r0)
231
return r1
232
-
233
-[case testBytesRjustNoPad]
234
-def f(b: bytes) -> bytes:
235
- return b.rjust(2)
236
-[out]
237
-def f(b):
238
- b :: bytes
239
- r0 :: bytes
240
-L0:
241
- r0 = b.rjust(2, b' ')
242
- return r0
243
244
-[case testBytesLjustNoPad]
245
246
- return b.ljust(1)
247
248
249
250
251
252
- r0 = b.ljust(1, b' ')
253
0 commit comments