MCPcopy
hub / github.com/MinishLab/semble / test_core_chunk_empty_input

Function test_core_chunk_empty_input

tests/test_chunker.py:48–50  ·  view source on GitHub ↗

core.chunk returns [] for whitespace-only input.

()

Source from the content-addressed store, hash-verified

46
47
48def test_core_chunk_empty_input() -> None:
49 """core.chunk returns [] for whitespace-only input."""
50 assert chunk(" \n", "python", 100) == []
51
52
53def test_core_chunk_lines_merges_small_lines() -> None:

Callers

nothing calls this directly

Calls 1

chunkFunction · 0.90

Tested by

no test coverage detected