Sha256: 4ff9ea36753153bca3fee2226991e5d8f4409663bd24b075b2521a2ee23304a0

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

<HTML><BODY>
<H1> test expr with perl-supplied functions </H1>
hello('dad')=hi, dad!
lc('DAD')=dad
lc(ONE)=1
sprintf('1+1=%d', TWO)=1+1=2
<H1> test expr with user-defined functions </H1>
registered_func('self')=self
hello_string()=hello!
arglist()=[]
arglist('')=[]
arglist('','')=[][]
arglist('a','b')=[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.out
html-template-pro-0.0.2 templates-Pro/test_userfunc1.out
html-template-pro-0.0.1 templates-Pro/test_userfunc1.out