From 658edd87170ea9b179c4067e2e593ffb0113264c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 4 Dec 2014 03:20:16 -0500 Subject: [PATCH] `f:set-args' respects and echoes adjacent data by references Was previously clobbered. --- src/apply/ref.xsl | 6 +++++- test/apply/ref.xspec | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/src/apply/ref.xsl b/src/apply/ref.xsl index 62ea53e..602b39f 100644 --- a/src/apply/ref.xsl +++ b/src/apply/ref.xsl @@ -211,7 +211,11 @@ - + + diff --git a/test/apply/ref.xspec b/test/apply/ref.xspec index 9ab87bd..2c64e54 100644 --- a/test/apply/ref.xspec +++ b/test/apply/ref.xspec @@ -375,6 +375,32 @@ sequence" test="f:length( $x:result ) = count( $x:result )" /> + + + + + + + + + + + + + + + + + +