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

Method test_str_concat_variadic

tests/test_z3_ported.py:1434–1436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1432 assert isinstance(s2, StringRef)
1433
1434 def test_str_concat_variadic(self):
1435 r = StrConcat(StringVal("a"), StringVal("b"), StringVal("c"))
1436 assert isinstance(r, StringRef)
1437
1438 def test_const_string_sort(self):
1439 """Const("s", StringSort()) returns StringRef."""

Callers

nothing calls this directly

Calls 2

StrConcatFunction · 0.90
StringValFunction · 0.90

Tested by

no test coverage detected