mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
修改测试用例
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<flow>
|
||||
<nodes>
|
||||
<node id="s1" type="script">
|
||||
<node id="s1" name="普通脚本" type="script">
|
||||
<![CDATA[
|
||||
a=3;
|
||||
b=2;
|
||||
@@ -9,7 +9,7 @@
|
||||
]]>
|
||||
</node>
|
||||
|
||||
<node id="s2" type="cond_script">
|
||||
<node id="s2" name="条件脚本" type="cond_script">
|
||||
<![CDATA[
|
||||
count = slot.getData("count");
|
||||
if(count > 100){
|
||||
|
||||
Reference in New Issue
Block a user