summaryrefslogtreecommitdiffstats
path: root/tests/3rdparty/scion-tests/scxml-test-framework/test/content-expr-in-send/test0.txml.json
blob: 277863c0ba1f96223f0a5e41cbc598e2d4f90ab7 (plain)
1
2
3
4
5
6
7
8
9
{
    "initialConfiguration" : ["pass"],
    "expectedEvents" : [
        { "data" : "blah" },
        { "name" : "timeout", "data" : {"p" : "v"} },
        { "data" : {"p" : "v"} },
        { "name" : "timeout" }
    ]
}