@@ -0,0 +1,23 @@
+<?xml version="1.0" ?>
+<statechart>
+ <semantics/>
+ <datamodel/>
+ <tree>
+ <state initial="a">
+ <state id="a">
+ <transition target="/b"/>
+ </state>
+ <state id="b">
+ <onentry>
+ <raise event="in_b" port="out"/>
+ </onentry>
+ <transition target="/c"/>
+ <state id="c">
+ <raise event="in_c" port="out"/>
+ </tree>
+</statechart>
@@ -0,0 +1,15 @@
+<test>
+ <statechart src="sequence.statechart.xml">
+ <override-semantics
+ big_step_maximality="take_many"/>
+ </statechart>
+ <scheduler stabilize="false"/>
+ <input/>
+ <output>
+ <big_step>
+ <event name="in_b" port="out"/>
+ <event name="in_c" port="out"/>
+ </big_step>
+ </output>
+</test>
@@ -0,0 +1,14 @@
+ big_step_maximality="take_one"/>