MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_str_concat_empty

Method test_str_concat_empty

tests/test_z3_compat.py:1445–1447  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1443 assert isinstance(r, StringRef)
1444
1445 def test_str_concat_empty(self):
1446 r = StrConcat()
1447 assert is_string_value(r)
1448
1449 def test_string_free_vars(self):
1450 s = String("s")

Callers

nothing calls this directly

Calls 2

StrConcatFunction · 0.90
is_string_valueFunction · 0.90

Tested by

no test coverage detected