Sweden-Number/dlls/oleaut32/tests
Francois Gouget 9e4524ffb0 oleaut32: Fix VarParseNumFromStr()'s handling of currency thousands separators.
They are have no default, are not allowed before the first digit, are
unaffected by the presence / absence of a currency symbol, can be mixed
with regular digit separators, are incompatible with hexadecimal and
octal numbers (as are regular digit separators), and mask trailing
spaces.
Also they don't match regular spaces when set to a non-breaking space.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-06 19:56:32 +02:00
..
Makefile.in
dispatch.c
olefont.c
olepicture.c
safearray.c
test_reg.idl
test_simple.idl
test_tlb.idl
tmarshal.c
tmarshal.idl
tmarshal.rc
typelib.c oleaut32: Added ICreateTypeInfo2::DeleteFuncDesc(). 2021-02-05 15:38:22 +01:00
usrmarshal.c
varformat.c oleaut32/tests: Show the input string when VarFormatCurrency() fails. 2021-07-23 16:43:50 +02:00
vartest.c oleaut32: Fix VarParseNumFromStr()'s handling of currency thousands separators. 2021-08-06 19:56:32 +02:00
vartype.c oleaut32: Update the VarDateFromStr() Y2K cutoff. 2021-07-20 13:19:47 +02:00