summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/assign-current-small-step/test2.json
blob: 6769dfe213ee2cce3b1c340f171744d003dd2774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"initialConfiguration" : ["a"],
	"events" : [
		{
			"event" : { "name" : "t" },
			"nextConfiguration" : ["e"]
		}
	]
}