Sha256: 1005c91ddbcfc924a14e52576ec38535e516507b4416cbb0f78a0fd7c8c1e5d8
Contents?: true
Size: 601 Bytes
Versions: 3
Compression:
Stored size: 601 Bytes
Contents
<HTML><BODY> <H1> test expr with perl-supplied functions </H1> hello('dad')=<tmpl_var expr="hello('dad')"> lc('DAD')=<tmpl_var expr="lc('DAD')"> lc(ONE)=<tmpl_var expr="lc(ONE)"> sprintf('1+1=%d', TWO)=<TMPL_VAR EXPR="sprintf('1+1=%d', TWO)"> <H1> test expr with user-defined functions </H1> registered_func('self')=<tmpl_var expr="registered_func('self')"> hello_string()=<tmpl_var expr="hello_string()"> arglist()=<tmpl_var expr="arglist()"> arglist('')=<tmpl_var expr="arglist('')"> arglist('','')=<tmpl_var expr="arglist('','')"> arglist('a','b')=<tmpl_var expr="arglist('a','b')"> </body></html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
html-template-pro-0.0.3 | templates-Pro/test_userfunc1.tmpl |
html-template-pro-0.0.2 | templates-Pro/test_userfunc1.tmpl |
html-template-pro-0.0.1 | templates-Pro/test_userfunc1.tmpl |