A test added on new implicit boolean cases in selector operator

This commit is contained in:
Celestino Amoroso 2024-10-05 05:23:55 +02:00
parent 321030c8d3
commit f61004fb5d

View File

@ -28,7 +28,8 @@ func TestExpr(t *testing.T) {
/* 14 */ {`a=3; (a*=2)+1; a`, int64(6), nil},
/* 15 */ {`a=3; a*=2)+1; a`, nil, `[1:11] unexpected token ")"`},
/* 16 */ {`v=[2]; a=1; v[a-=1]=5; v[0]`, int64(5), nil},
/* 17 */ {`
/* 17 */ {`true ? {"a"} :: {"b"}`, "a", nil},
/* 18 */ {`
ds={
"init":func(@end){@current=0 but true},
//"current":func(){current},