Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pmh1314520/WebRPA
/ test_simple_brace
Function
test_simple_brace
backend/tests/test_variable_resolution.py:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
test_simple_brace():
13
ctx = _ctx(name=
"世界"
)
14
assert ctx.resolve_value(
"你好 {name}"
) ==
"你好 世界"
15
16
17
def
test_dollar_brace():
Callers
nothing calls this directly
Calls
2
resolve_value
Method · 0.80
_ctx
Function · 0.70
Tested by
no test coverage detected