summaryrefslogtreecommitdiffstats
path: root/tests/3rdparty/scion-tests/scxml-test-framework/test/actionSend/send5.json
blob: 60a56b673d0303908ba9c94ccbc43cfc858b83dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "initialConfiguration" : ["a"],
    "events" : [
        {
            "event" : { "name" : "t" },
            "nextConfiguration" : ["d"]
        }
    ]
}