diff --git a/tst/testinstall/syntaxtree.tst b/tst/testinstall/syntaxtree.tst index 5bf83b8add..c643a5e9aa 100644 --- a/tst/testinstall/syntaxtree.tst +++ b/tst/testinstall/syntaxtree.tst @@ -19,7 +19,7 @@ gap> test_tree := function( f ) > if new_tree <> curr_tree then > Error( "trees are not equal" ); > fi; -> end; +> end;; # Just try compiling all functions we can find in the workspace # to see nothing crashes. @@ -276,7 +276,7 @@ rec( type := "T_REFLVAR" ), type := "T_PROCCALL_1ARGS" ), opts := rec( - keyvalue := [ , rec( + keyvalue := [ rec( key := "opt", value := rec( type := "T_TRUE_EXPR" ) ) ], @@ -303,7 +303,7 @@ rec( type := "T_REFLVAR" ), type := "T_PROCCALL_1ARGS" ), opts := rec( - keyvalue := [ , rec( + keyvalue := [ rec( key := "opt", value := rec( type := "T_INTEXPR", @@ -351,7 +351,7 @@ rec( nloc := 0, stats := rec( statements := [ rec( - branches := [ , rec( + branches := [ rec( body := rec( statements := [ rec( type := "T_RETURN_VOID" ), rec( @@ -490,7 +490,7 @@ rec( nloc := 0, stats := rec( statements := [ rec( - branches := [ , rec( + branches := [ rec( body := rec( type := "T_EMPTY" ), condition := rec( @@ -509,7 +509,7 @@ rec( nloc := 0, stats := rec( statements := [ rec( - branches := [ ,, rec( + branches := [ rec( body := rec( type := "T_EMPTY" ), condition := rec( @@ -532,7 +532,7 @@ rec( nloc := 0, stats := rec( statements := [ rec( - branches := [ ,, rec( + branches := [ rec( body := rec( type := "T_EMPTY" ), condition := rec( @@ -556,7 +556,7 @@ rec( nloc := 0, stats := rec( statements := [ rec( - branches := [ ,,, rec( + branches := [ rec( body := rec( type := "T_EMPTY" ), condition := rec( @@ -584,7 +584,7 @@ rec( nloc := 0, stats := rec( statements := [ rec( - branches := [ ,,,, rec( + branches := [ rec( body := rec( type := "T_EMPTY" ), condition := rec( @@ -1745,7 +1745,7 @@ rec( true # T_INFO -gap> testit(function(x) Info(InfoWarning, "test"); end); +gap> testit(function(x) Info( 1, "test"); end); rec( nams := [ "x" ], narg := 1, @@ -1757,8 +1757,8 @@ rec( type := "T_STRING_EXPR", value := "test" ), sel := rec( - gvar := 2527, - type := "T_REF_GVAR" ), + type := "T_INTEXPR", + value := 1 ), type := "T_INFO" ), rec( type := "T_RETURN_VOID" ) ], type := "T_SEQ_STAT2" ), @@ -2127,7 +2127,7 @@ rec( type := "T_REFLVAR" ), type := "T_FUNCCALL_1ARGS" ), opts := rec( - keyvalue := [ , rec( + keyvalue := [ rec( key := "opt", value := rec( type := "T_TRUE_EXPR" ) ) ], @@ -2155,7 +2155,7 @@ rec( type := "T_REFLVAR" ), type := "T_FUNCCALL_1ARGS" ), opts := rec( - keyvalue := [ , rec( + keyvalue := [ rec( key := "opt", value := rec( type := "T_INTEXPR", @@ -2770,7 +2770,7 @@ rec( stats := rec( statements := [ rec( obj := rec( - keyvalue := [ , rec( + keyvalue := [ rec( key := "orbit", value := rec( type := "T_INTEXPR",