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:
parent
57f1e60dd0
commit
e9a80fc9a0
1 changed files with 0 additions and 8 deletions
|
|
@ -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))
|
||||
Loading…
Reference in a new issue