修改测试用例

This commit is contained in:
bryan31
2021-08-11 22:17:43 +08:00
parent 75d808c0aa
commit 32ab580bcc
4 changed files with 8 additions and 8 deletions

View File

@@ -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){