You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2017/12/09 21:52:46 UTC

commons-scxml git commit: SCXML-255 fix missing )

Repository: commons-scxml
Updated Branches:
  refs/heads/master 321fd4264 -> 370360e03


SCXML-255 fix missing )


Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/370360e0
Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/370360e0
Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/370360e0

Branch: refs/heads/master
Commit: 370360e03d9feb8019c9543a885db153dc02596f
Parents: 321fd42
Author: Ate Douma <at...@apache.org>
Authored: Sat Dec 9 22:52:40 2017 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Sat Dec 9 22:52:40 2017 +0100

----------------------------------------------------------------------
 src/test/java/org/apache/commons/scxml2/w3c/confJexl.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/370360e0/src/test/java/org/apache/commons/scxml2/w3c/confJexl.xsl
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/scxml2/w3c/confJexl.xsl b/src/test/java/org/apache/commons/scxml2/w3c/confJexl.xsl
index e401778..cbea438 100644
--- a/src/test/java/org/apache/commons/scxml2/w3c/confJexl.xsl
+++ b/src/test/java/org/apache/commons/scxml2/w3c/confJexl.xsl
@@ -445,7 +445,7 @@ is the second argument -->
 </xsl:template>
 
 <xsl:template match="//@conf:emptyEventData">
-	<xsl:attribute name="cond">empty(_event.data</xsl:attribute>
+	<xsl:attribute name="cond">empty(_event.data)</xsl:attribute>
 </xsl:template>
 
 <!-- return true if the _name system var has the specified quoted value -->