summaryrefslogtreecommitdiffstats
path: root/tests/007
Commit message (Collapse)AuthorAgeFilesLines
* Test case for bug #35137Kaz Kylheku2011-12-202-0/+22
| | | | | | * tests/007/except-2.expected: New file. * tests/007/except-2.txr: New file.
* * tests/007/except-1.txr: Use next :list insteadKaz Kylheku2011-10-231-1/+1
| | | | | of piping from echo command. As a result, this test case should run on MingW.
* Remove accidentally added .out file.Kaz Kylheku2011-10-011-2/+0
|
* New test case, covering exception handling across nestedKaz Kylheku2011-10-013-0/+36
function invocations. * Makefile (TEST): Test targets marked as .PHONY, because they are. * tests/007/except-1.expected: New file. * tests/007/except-1.out: New file. * tests/007/except-1.txr: New file.