aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/status.in
Commit message (Collapse)AuthorAge
* Revert "tests/status.in: fix test for locale, fall back to default strings"Gravatar Kevin Ballard2014-11-25
| | | | This reverts commit 3b3fde1c5e5a2525fd4139c3853bfafab877950c.
* tests/status.in: fix test for locale, fall back to default stringsGravatar David Adam2014-11-25
|
* Base `status -b` off the parser execution stackGravatar Kevin Ballard2014-09-30
| | | | | | | | | | | Instead of globally marking the state as "in block" when evaluating blocks/functions, update the "in block" status when pushing/popping blocks on the parser stack. Fixes #1729. On a side note, `status -b` is actually pretty useless, because it always returns 0 inside of a function (even without this patch).
* Don't leave is_block in bad state after bad redirectionGravatar Kevin Ballard2014-09-30
Fixes #1728.