summaryrefslogtreecommitdiffstats
path: root/test/uscxml/test-lua.scxml
blob: e04f7460d6838b77d2d084f260302d0dd977dcb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<scxml datamodel="lua" name="lua-test">
  <state id="s1">
		<onentry>
			<send event="withXML">
				<content>
					<some>
						<adhoc>
							<markup />
						</adhoc>
					</some>
				</content>
			</send>			
		</onentry>
		<transition event="withXML" cond="In('s1')" target="end" />
	</state>
  <state id="end" final="true" />
</scxml>