summaryrefslogtreecommitdiffstats
path: root/test/w3c/promela/test152.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-12-14 13:20:04 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-12-14 13:20:04 (GMT)
commit330576fcb4d97504e0d6951067b753499d91b541 (patch)
tree9c583dd3e13ff574295f559a7b92dfe9a1dafd2d /test/w3c/promela/test152.scxml
parent9608216597fd17021d38e80689644beb3c85abb9 (diff)
downloaduscxml-330576fcb4d97504e0d6951067b753499d91b541.zip
uscxml-330576fcb4d97504e0d6951067b753499d91b541.tar.gz
uscxml-330576fcb4d97504e0d6951067b753499d91b541.tar.bz2
Renamed URI to URL
Some fixes for Xincludes
Diffstat (limited to 'test/w3c/promela/test152.scxml')
-rw-r--r--test/w3c/promela/test152.scxml6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/w3c/promela/test152.scxml b/test/w3c/promela/test152.scxml
index 2fd3abe..71f0011 100644
--- a/test/w3c/promela/test152.scxml
+++ b/test/w3c/promela/test152.scxml
@@ -8,11 +8,7 @@ not being executed. -->
<data id="Var3" type="int"/>
<data id="Var4" type="int" expr="7"/>
<data id="Var5" type="int[3]">
-
- Var5[0] = 1;
- Var5[1] = 2;
- Var5[2] = 3;
-
+ [1,2,3]
</data>
</datamodel>
<state id="s0">