view tests/test.ini @ 76:1339185cbd2d

add another test
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 09 Jun 2011 18:34:27 -0700
parents b9d9a94bfa19
children 2449fb4a89c1
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=5

[extended-fibonacci:@:four=4,five=5:fibonacci]
[extended-fibonacci-2:@:five=5,eight=8:%(here)s/objects.py:fib]