mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
FIX test input to be clear about the success condition.
This commit is contained in:
parent
ed143b6a00
commit
3cb73e9543
@ -424,7 +424,7 @@ fn test_select_short_circuit() {
|
||||
Jump(4), // 4
|
||||
Sym("als not field".to_owned()), // 5 // second field to compare
|
||||
SelectJump(2), // 6
|
||||
Val(Int(1)), // 7 // expression for second field
|
||||
Val(Int(2)), // 7 // expression for second field
|
||||
Jump(1), // 8
|
||||
Pop, // 9 // pop the search field off
|
||||
Val(Int(1)), // 10 // default case
|
||||
|
Loading…
x
Reference in New Issue
Block a user