MCPcopy Index your code
hub / github.com/camelot-dev/camelot / test_text_replace_unicode

Function test_text_replace_unicode

tests/test_replace_text.py:46–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def test_text_replace_unicode():
47 assert text_replace("café crème", {"café": "coffee"}) == "coffee crème"
48
49
50def test_text_replace_preserves_unmatched_text():

Callers

nothing calls this directly

Calls 1

text_replaceFunction · 0.90

Tested by

no test coverage detected