uce/site/tests/call_helpers.uce

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>");
}