temple.tests.common

Undocumented in source.

Public Imports

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

Members

Functions

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.
isSameRender
bool isSameRender(CompiledTemple t, TempleContext tc, 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.

Imports

readText (from std.file)
public import std.stdio, std.file : readText;
Undocumented in source.

Meta