summaryrefslogtreecommitdiffstats
path: root/tests/008/call.expected
Commit message (Collapse)AuthorAgeFilesLines
* @(call): bugfix: matching doesn't continue.Kaz Kylheku2021-02-171-0/+2
* match.c (v_call): This function must propagate the next_spec_k return value, rather than return a short-circuiting match object, which causes the parent to immediately succeed. * tests/008/call.txr: New test case, from Frank Schwidom. * tests/008/call.expected: Likewise.