summaryrefslogtreecommitdiffstats
path: root/t/helpers.t
Commit message (Collapse)AuthorAgeFilesLines
* implement hash args for normal helpersJesse Luehrs2012-10-081-2/+0
|
* change back to defining helpers and functions separatelyJesse Luehrs2012-10-051-3/+3
| | | | | | 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.
* hack to make normal helpers work for nowJesse Luehrs2012-10-051-1/+1
| | | | | | | | thinking about it some more, defining helpers separately from builtin functions is a better idea, because helpers have to automatically receive the context object, which makes them different from normal functions. right now, i'm just special-casing mark_raw to avoid passing the context object to it, but it needs to be more general than that
* add tests for non-block helpersJesse Luehrs2012-10-041-0/+96
|
* rename this testJesse Luehrs2012-10-041-378/+0
|
* refactor this so that helpers are just normal functionsJesse Luehrs2012-10-041-10/+10
|
* add block helper testsJesse Luehrs2012-10-041-11/+341
|
* implement helpersJesse Luehrs2012-10-041-3/+1
|
* clean up helpers testJesse Luehrs2012-10-021-39/+40
|
* clean up testsJesse Luehrs2012-10-021-0/+2
|
* remove test numbersJesse Luehrs2012-09-281-0/+47