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