mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 18:00:15 +01:00
tests/cpydiff: Remove types_str_endswith.
MicroPython support for this behaviour was added in eb45d97898.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
committed by
Damien George
parent
57f1e60dd0
commit
e9a80fc9a0
@@ -1,8 +0,0 @@
|
||||
"""
|
||||
categories: Types,str
|
||||
description: Start/end indices such as str.endswith(s, start) not implemented
|
||||
cause: Unknown
|
||||
workaround: Unknown
|
||||
"""
|
||||
|
||||
print("abc".endswith("c", 1))
|
||||
Reference in New Issue
Block a user