summaryrefslogtreecommitdiffstats
path: root/test/w3c/xpath/test578.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/xpath/test578.scxml')
-rw-r--r--test/w3c/xpath/test578.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/xpath/test578.scxml b/test/w3c/xpath/test578.scxml
index bdb5e2d..9a25195 100644
--- a/test/w3c/xpath/test578.scxml
+++ b/test/w3c/xpath/test578.scxml
@@ -5,7 +5,7 @@
<state id="s0">
<onentry>
<send event="foo">
- <content>{ productName : "bar", size : 27 }</content>
+ <content>{ "productName" : "bar", "size" : 27 }</content>
</send>
</onentry>
<transition event="foo" cond="_event.data.productName == 'bar'" target="pass"/>