mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
oleaut32/tests: Add some tests.
This commit is contained in:
parent
5415b62fc2
commit
da519c603b
@ -389,6 +389,8 @@ static void test_VarFormat(void)
|
||||
VARFMT(VT_R8,V_R8,0.0995,"#.##",S_OK,".1");
|
||||
VARFMT(VT_R8,V_R8,8.0995,"#.##",S_OK,"8.1");
|
||||
VARFMT(VT_R8,V_R8,0.0994,"#.##",S_OK,".1");
|
||||
VARFMT(VT_R8,V_R8,1.00,"#,##0.00",S_OK,"1.00");
|
||||
todo_wine VARFMT(VT_R8,V_R8,0.0995,"#.###",S_OK,".1");
|
||||
|
||||
|
||||
/* 'out' is not cleared */
|
||||
|
Loading…
Reference in New Issue
Block a user