Skip to content

support send/content/@expr

Jacob Beard requested to merge mattoshry:feat-contentexpr into master

Created by: mattoshry

Per 5.6 of SCXML [1]

Snippet: <send eventexpr="'s3'"> <content expr="'Hello, world.'"/> </send>

[1] http://www.w3.org/TR/scxml/#content

Merge request reports