diff options
author | Stefan Radomski <github@mintwerk.de> | 2014-06-27 22:41:36 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2014-06-27 22:41:36 (GMT) |
commit | d48cefb17820d5dc4b6f05ee4a78a12c897997cd (patch) | |
tree | a0ef030204ec2eb656845d03876006d9cdc0760c /test/w3c/ecma/test519.scxml | |
parent | 625cce77ff40f6c207526199433de553fea791f9 (diff) | |
parent | c70d02010ea99e6c8e35da3b767f41f1ee5dce56 (diff) | |
download | uscxml-d48cefb17820d5dc4b6f05ee4a78a12c897997cd.zip uscxml-d48cefb17820d5dc4b6f05ee4a78a12c897997cd.tar.gz uscxml-d48cefb17820d5dc4b6f05ee4a78a12c897997cd.tar.bz2 |
Merge pull request #44 from sradomski/master
Major header movement
Diffstat (limited to 'test/w3c/ecma/test519.scxml')
-rw-r--r-- | test/w3c/ecma/test519.scxml | 2 |
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> |