summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test-ext/node/require/require.json
blob: 1d2faec40eec16cc833cb52986dd0265c44fc613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"initialConfiguration" : ["a"],
	"events" : [
		{
			"event" : { "name" : "t" },
			"nextConfiguration" : ["b"]
		}
	]
}