Files
uce/site/tests/call_helpers.uce
T
2026-06-12 11:05:52 +00:00

10 lines
197 B
Plaintext

EXPORT DValue* emit_marker(DValue* call_param)
{
print("UNIT_CALL_EXPORT_OK");
return(0);
}
RENDER(Request& context)
{
print("<section data-unit-render=\"ok\">UNIT_RENDER_FIXTURE</section>");
}