Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
def
test_text_replace_unicode():
47
assert text_replace(
"café crème"
, {
"café"
:
"coffee"
}) ==
"coffee crème"
48
49
50
def
test_text_replace_preserves_unmatched_text():
Callers
nothing calls this directly
Calls
1
text_replace
Function · 0.90
Tested by
no test coverage detected