MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / test_empty_string

Method test_empty_string

tests/test_output.py:223–224  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

221 assert sanitize_tsv("hello world") == "hello world"
222
223 def test_empty_string(self) -> None:
224 assert sanitize_tsv("") == ""
225
226 def test_multiple_tabs_and_newlines(self) -> None:
227 assert sanitize_tsv("a\tb\tc\nd\re") == "a b c d e"

Callers

nothing calls this directly

Calls 1

sanitize_tsvFunction · 0.90

Tested by

no test coverage detected