We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9b16b commit a6d6758Copy full SHA for a6d6758
1 file changed
test/formatters/granite/test_granite3_shared.py
@@ -38,11 +38,6 @@ def test_regex_special_chars(self):
38
result = find_substring_in_text("foo(bar)", "call foo(bar) now")
39
assert result == [{"begin_idx": 5, "end_idx": 13}]
40
41
- def test_empty_substring(self):
42
- result = find_substring_in_text("", "hello")
43
- # re.finditer with empty pattern matches at every position
44
- assert len(result) > 0
45
-
46
47
# ---------------------------------------------------------------------------
48
# create_dict
0 commit comments