tsp
tsp copied to clipboard
Fix bug with time
Fix for AndThenPattern to make it correctly work with TimerPattern in both scenarios:
- Timer is in first part (ex.: (a>0 for 10 sec) andThen b > 0 )
- Time is in second part (ex.: (a>0 ) andThen b > 0 for 10 sec)
Added some tests