Skip to content

Commit 86e9082

Browse files
Update tests/integration_tests/models/splitter/test_markdown_splitter.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b02307f commit 86e9082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration_tests/models/splitter/test_markdown_splitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_split_markdown_structures():
3333

3434

3535
def test_split_size_less_than_single_char():
36-
"""极端情况:chunk_size 比任何单段都小,应仍能返回原文"""
36+
"""Edge case: chunk_size is smaller than any segment; should still return the original text."""
3737
short = "# A\n\nB"
3838
splitter = MarkdownTextRefSplitter(chunk_size=1, chunk_overlap=0)
3939
chunks = splitter.split_text(short)

0 commit comments

Comments
 (0)