temple.tests.common

Undocumented in source.

Public Imports

std.stdio
public import std.stdio, std.file : readText;
std.file
public import std.stdio, std.file : readText;
temple
public import temple, temple.util, temple.output_stream;
temple.util
public import temple, temple.util, temple.output_stream;
temple.output_stream
public import temple, temple.util, temple.output_stream;

Members

Functions

isSameRender
bool isSameRender(CompiledTemple t, TempleContext tc, string r2)
Undocumented in source. Be warned that the author may not have intended to support it.
isSameRender
bool isSameRender(CompiledTemple t, string r2, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
isSameRender
bool isSameRender(string r1, string r2)
Undocumented in source. Be warned that the author may not have intended to support it.
templeToString
deprecated string templeToString(CompiledTemple function() getr, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta