Add some Ace test cases

See #1178
This commit is contained in:
bep
2015-05-31 13:01:20 +02:00
parent be45399cba
commit e4ed9d6b02
2 changed files with 73 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ type Template interface {
LoadTemplates(absPath string)
LoadTemplatesWithPrefix(absPath, prefix string)
AddTemplate(name, tpl string) error
AddAceTemplate(name, basePath, innerPath string, baseContent, innerContent []byte) error
AddInternalTemplate(prefix, name, tpl string) error
AddInternalShortcode(name, tpl string) error
PrintErrors()