f8cc1383
by Francis De Brabandere at 2026-05-18T21:58:30+02:00
vbscript/tests: Add tests for ExecuteGlobal re-Dim of an existing array.
ExecuteGlobal compiles a fresh script that shares the host's script-global
scope. If a name was previously Dim'd as an array (dynamic or fixed), a
subsequent ExecuteGlobal that Dim's the same name raises err 13 on native.
Re-Dim'ing a previously scalar Dim is allowed. Mark the failing cases
todo_wine for the upcoming interp_dim fix.