Roxen.git/
server/
etc/
test/
tests/
rxml/
RoxenTest_BaseRXML.xml
Branch:
Tag:
Non-build tags
All tags
No tags
2009-04-15
2009-04-15 12:30:41 by Martin Stjernholm <mast@lysator.liu.se>
a4d584f8302e17a92f93f1998380e6f559ce4f35 (
18
lines) (+
18
/-
0
)
[
Show
|
Annotate
]
Branch:
5.2
Added test from [bug
#4760
].
Rev: server/etc/test/tests/rxml/RoxenTest_BaseRXML.xml:1.90
2770:
<result>1:2:3:4:0</result> </test>
+
<test>
+
<rxml type="string">
+
<cache>
+
<set variable="var.num" value="1,2,3,4,5,6,7"/>
+
<emit source="values" variable="var.num" split=",">
+
&_.value;
+
<delimiter>
+
<nocache>
+
<random separator="#">_#_#_#_</random>
+
</nocache>
+
</delimiter>
+
</emit>
+
</cache>
+
</rxml>
+
<result>1_2_3_4_5_6_7</result>
+
</test>
-
+
<!-- ............................................................ --> <comment>Values emit plugin</comment> <test>