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