summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/parallel+interrupt/test9.json
blob: 621ba4849099ed2b2fb5824d94d0834a49a40b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "initialConfiguration" : ["b1","b2"],
    "events" : [ 
        {
            "event" : { "name" : "t" },
            "nextConfiguration" : ["c1","c2"]
        }

    ]
}