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

Function test_strip_control_codes

tests/test_control.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def test_strip_control_codes():
11 assert strip_control_codes("") == ""
12 assert strip_control_codes("foo\rbar") == "foobar"
13 assert strip_control_codes("Fear is the mind killer") == "Fear is the mind killer"
14
15
16def test_escape_control_codes():

Callers

nothing calls this directly

Calls 1

strip_control_codesFunction · 0.90

Tested by

no test coverage detected