summaryrefslogtreecommitdiffstats
path: root/t/helpers-examples.t
Commit message (Collapse)AuthorAgeFilesLines
* change back to defining helpers and functions separatelyJesse Luehrs2012-10-051-2/+2
| | | | | | helpers are different from functions because they implicitly receive the current context as the first argument, so they need to be declared differently. they work identically to functions in all other respects.
* why was i defining things there?Jesse Luehrs2012-10-051-2/+0
|
* add tests for non-block helpersJesse Luehrs2012-10-041-0/+97