MCPcopy
hub / github.com/Textualize/rich / test_split_lines_terminator_single_line

Function test_split_lines_terminator_single_line

tests/test_segment.py:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44
45def test_split_lines_terminator_single_line():
46 lines = [Segment("Hello")]
47 assert list(Segment.split_lines_terminator(lines)) == [
48 ([Segment("Hello")], False),
49 ]
50
51
52def test_split_and_crop_lines():

Callers

nothing calls this directly

Calls 2

SegmentClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…