Re: SCXML test 147: transition contains empty condition

In any case, empty strings are indeed one of the falsy values in ECMAScript. Furthermore, while we could reasonably decide that the value in cond="" should evaluate to undefined rather than "" (since an empty string is not an ECMAScript litteral for the empty string), it makes no difference in the outcome (and very little difference in expr="" where the result is not converted to boolean).

			David

Received on Friday, 29 March 2013 07:47:53 UTC