summaryrefslogtreecommitdiffstats
path: root/tests/3rdparty/scion-tests/scxml-test-framework/test/parallel+interrupt/test17.json
blob: 5b9f8af09f6a5d964e344a93f6cc6c0dab8e89cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "initialConfiguration" : ["c","d"],
    "events" : [ 
        {
            "event" : { "name" : "t" },
            "nextConfiguration" : ["a2"]
        }

    ]
}