view tests/test.ini @ 64:f0f3525486db

test calling the section wrapper, [foo:@:fibonacci]
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 09 Jun 2011 09:17:59 -0700
parents cc361ad8a692
children b9d9a94bfa19
line wrap: on
line source

[:%(here)s/objects.py:StringMunge]
. = PRE
delimeter = !!!
callback = %(callback)s

[callback:%(here)s/objects.py:stringsort]

[fibonacci:%(here)s/objects.py:fib]

[readable-fibonacci:@:%(here)s/objects.py:fib]

[@:%(here)s/objects.py:wrap]
app = %(object)s

[foo:@:fibonacci]

[bar:fibonacci]
n=1

[extended-fibonacci:@:four=4,five=5:fibonacci]