Re: SCXML test 147: transition contains empty condition

P.S.:

Le 29 mar 2013 à 08:47, David Junger a écrit :

> the value in cond="" should evaluate to undefined rather than "" (since an empty string is not an ECMAScript litteral for the empty string)

In fact that is the behavior of eval(""). It returns undefined, not "".

			David

Received on Friday, 29 March 2013 08:00:53 UTC