aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test4
diff options
context:
space:
mode:
authorGalin Simeonov <gts@volconst.com>2021-06-04 13:04:36 +0300
committerGalin Simeonov <gts@volconst.com>2021-07-15 18:04:02 +0300
commitb845e4754be86d2216733d9bea75cb301f38739d (patch)
tree5ba6355d1cb36b1bfaadf82781796b1c42b9202b /tests/test4
parent76fc38b3cdfded2911b464baa7b182b5102318d1 (diff)
downloadMEGATRON-b845e4754be86d2216733d9bea75cb301f38739d.tar.gz
added expressions and the if statement
Diffstat (limited to 'tests/test4')
-rw-r--r--tests/test42
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test4 b/tests/test4
index 5130059..579e54d 100644
--- a/tests/test4
+++ b/tests/test4
@@ -19,6 +19,6 @@ machine temp_switch
starting on A;
transitions
[
- from ( A && !light_on ) to B on event A execute kek;
+ from ( !A && !light_on ) to B on event A execute kek;
];
];