summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test153.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/ecma/test153.scxml')
-rw-r--r--test/samples/w3c/ecma/test153.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/ecma/test153.scxml b/test/samples/w3c/ecma/test153.scxml
index ad54994..c46c32d 100644
--- a/test/samples/w3c/ecma/test153.scxml
+++ b/test/samples/w3c/ecma/test153.scxml
@@ -13,7 +13,7 @@ it ever isn't, set Var4 to 0, indicating failure --><scxml xmlns="http://www.w3.
<state id="s0">
<onentry>
<foreach item="Var2" array="Var3">
- <if cond="Var1&lt;Var2 ">
+ <if cond="Var1&lt;Var2">
<assign location="Var1" expr="Var2"/>
<else/>
<!-- values are out of order, record failure -->