mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
[VBSCRIPT_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
72fa0fd6cc
commit
827f664432
1 changed files with 12 additions and 0 deletions
|
@ -2394,6 +2394,18 @@ static void run_tests(void)
|
|||
ok(FAILED(hres), "script didn't fail\n");
|
||||
todo_wine CHECK_CALLED(OnScriptError);
|
||||
|
||||
SET_EXPECT(global_success_d);
|
||||
SET_EXPECT(global_success_i);
|
||||
parse_script_a("' comment\r"
|
||||
"Sub testsub(arg)\r"
|
||||
"If arg = 1 Then\r\r"
|
||||
"Call reportSuccess()\n\n"
|
||||
"End If\r\n"
|
||||
"End Sub\n\r"
|
||||
"Call testsub(1)");
|
||||
CHECK_CALLED(global_success_d);
|
||||
CHECK_CALLED(global_success_i);
|
||||
|
||||
run_from_res("lang.vbs");
|
||||
run_from_res("api.vbs");
|
||||
run_from_res("regexp.vbs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue