Skip to content

Commit 2ec810d

Browse files
authored
BUG: fix removeprefix/removesuffix for empty strings in pyarrow backend
1 parent f71a75c commit 2ec810d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/strings/test_strings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ def test_removesuffix(any_string_dtype, suffix, expected):
574574

575575

576576

577+
577578
def test_string_slice_get_syntax(any_string_dtype):
578579
ser = Series(
579580
["YYY", "B", "C", "YYYYYYbYYY", "BYYYcYYY", np.nan, "CYYYBYYY", "dog", "cYYYt"],

0 commit comments

Comments
 (0)