summaryrefslogtreecommitdiffstats
path: root/test/w3c/xpath/test179.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/xpath/test179.scxml')
-rw-r--r--test/w3c/xpath/test179.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/xpath/test179.scxml b/test/w3c/xpath/test179.scxml
index 1c281b5..42d1533 100644
--- a/test/w3c/xpath/test179.scxml
+++ b/test/w3c/xpath/test179.scxml
@@ -8,7 +8,7 @@
</send>
</onentry>
- <transition event="event1" cond="$_event/data = '123'" target="pass"/>
+ <transition event="event1" cond="$_event/data = 123" target="pass"/>
<transition event="*" target="fail"/>
</state>