Files
reactics/reactics-bdd/in/old_syntax/test.drs
Artur Meski f0019619b3 Refactor + tests (#6)
- Minor codebase clean-up
- Slight reorganisation of examples + tests so that we don't break stuff by accident
- CI tests
2026-04-10 18:16:49 +01:00

21 lines
172 B
Plaintext

#
# Testowy RS
#
reactions {
{ { a;b; },{ c;d; } -> { x;y;c; } };
}
action-atoms {
e;
}
initial-state {
a; b;
}
ctl-property {
( EF ( (x AND y) ) )
}