summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test519.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-27 22:32:46 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-27 22:32:46 (GMT)
commitc70d02010ea99e6c8e35da3b767f41f1ee5dce56 (patch)
treea0ef030204ec2eb656845d03876006d9cdc0760c /test/w3c/ecma/test519.scxml
parenta4b506fd774ec50ad79b7531bd3698c5a6339407 (diff)
downloaduscxml-c70d02010ea99e6c8e35da3b767f41f1ee5dce56.zip
uscxml-c70d02010ea99e6c8e35da3b767f41f1ee5dce56.tar.gz
uscxml-c70d02010ea99e6c8e35da3b767f41f1ee5dce56.tar.bz2
Major header movement
- Used IWYU to reorganize headers - Dropped PHP support - Updated tests
Diffstat (limited to 'test/w3c/ecma/test519.scxml')
-rw-r--r--test/w3c/ecma/test519.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test519.scxml b/test/w3c/ecma/test519.scxml
index 8945354..0f937b1 100644
--- a/test/w3c/ecma/test519.scxml
+++ b/test/w3c/ecma/test519.scxml
@@ -10,7 +10,7 @@
</onentry>
<!-- if other end sends us back this event, we succeed -->
- <transition event="test" cond="_event.raw.search(param1=1) !== -1" target="pass"/>
+ <transition event="test" cond="_event.raw.search('param1=1') !== -1" target="pass"/>
<transition event="*" target="fail"/>
</state>