summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/atom3-basic-tests/m2.json
blob: 7c0f278e8b140dd1b02b3596073f52f9e966d480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"initialConfiguration" : ["A"],
	"events" : [
		{
			"event" : { "name" : "e1" },
			"nextConfiguration" : ["B"]
		},
		{
			"event" : { "name" : "e2" },
			"nextConfiguration" : ["A"]
		}
	]
}