sxml-match: Handle multiple-value returns.
authorLudovic Courtès <ludo@gnu.org>
Wed, 26 May 2010 20:49:09 +0000 (22:49 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 26 May 2010 21:41:23 +0000 (23:41 +0200)
commit01fded8c776feba9cb721996414dd98cd687e917
treeefdc60cbae976d0ce3602fd8a7e0f5e09a410fb1
parent40b19fda5c92e5acbb13351ebbe8c70c3337c82d
sxml-match: Handle multiple-value returns.

* module/sxml/sxml-match.ss (sxml-match1): Invoke ESCAPE via
  `call-with-values'.

* test-suite/tests/sxml-match-tests.ss ("test multiple value returns"):
  New test.

* module/sxml/match.scm: Mention the modification.
module/sxml/match.scm
module/sxml/sxml-match.ss
test-suite/tests/sxml-match-tests.ss