1 # tests for 'scenario' in previous layer
3 scenario first_scenario_in_mu [
7 memory-should-contain [
12 scenario scenario_with_comment_in_mu [
17 memory-should-contain [
22 scenario scenario_with_multiple_comments_in_mu [
28 memory-should-contain [
33 scenario check_text_in_memory [
36 11:char <- copy 97 # 'a'
37 12:char <- copy 98 # 'b'
38 13:char <- copy 99 # 'c'
40 memory-should-contain [
41 10:array:character <- [abc]
45 scenario check_trace [
49 trace-should-contain [
50 mem: storing 4 in location 10
54 scenario check_trace_negative [
58 trace-should-not-contain [
59 mem: storing 3 in location 10
63 scenario check_trace_instruction [
67 trace-should-contain [