aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test4
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test4')
-rw-r--r--tests/test44
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test4 b/tests/test4
index 579e54d..4610e2c 100644
--- a/tests/test4
+++ b/tests/test4
@@ -19,6 +19,8 @@ machine temp_switch
starting on A;
transitions
[
- from ( !A && !light_on ) to B on event A execute kek;
+ from A to B on event A
+ if !light_bulb.light_on
+ execute kek;
];
];