Commit 2e1da7ec authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

vbscript: Fixed tests on some non-English configs (without '.' as decimal point).

parent 8ba4090f
......@@ -47,7 +47,7 @@ End Sub
TestCStr "test", "test"
TestCStr 3, "3"
TestCStr 3.5, "3.5"
if isEnglishLang then TestCStr 3.5, "3.5"
if isEnglishLang then TestCStr true, "True"
Call ok(isObject(new EmptyClass), "isObject(new EmptyClass) is not true?")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment