summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/scripts/test-simple-ecmascript.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/uscxml/scripts/test-simple-ecmascript.scxml')
-rw-r--r--test/samples/uscxml/scripts/test-simple-ecmascript.scxml12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/samples/uscxml/scripts/test-simple-ecmascript.scxml b/test/samples/uscxml/scripts/test-simple-ecmascript.scxml
deleted file mode 100644
index 10dee02..0000000
--- a/test/samples/uscxml/scripts/test-simple-ecmascript.scxml
+++ /dev/null
@@ -1,12 +0,0 @@
-<scxml datamodel="ecmascript">
- <state id="start">
- <onentry>
- <script>
- var nodeSet = document.evaluate("//state").asNodeSet();
- nodeSet[0].setAttribute("foo", "bar");
- </script>
- <raise event="redo" />
- </onentry>
- <transition target="start" event="redo" />
- </state>
-</scxml> \ No newline at end of file