
* Fixed min/max issue for zero variable value * Added a CI test script Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
- script Issue5573 -1,{
|
|
OnInit:
|
|
.i = 0;
|
|
.@i = min( .i, 200 );
|
|
|
|
if( .@i == 200 ){
|
|
errormes "Issue 5573 is happening again.";
|
|
}
|
|
}
|