[Bug 36667] New: VBScript doesn't handle numbers in exponential form (e.g. 1e2)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 4 17:37:12 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36667

            Bug ID: 36667
           Summary: VBScript doesn't handle numbers in exponential form
                    (e.g. 1e2)
           Product: Wine
           Version: 1.7.19
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: vbscript
          Assignee: wine-bugs at winehq.org
          Reporter: rutsky.vladimir at gmail.com

Looks like VBScript implementation doesn't support numbers in exponential form:

$ cat test.vbs 
a = 1e2
$ wine cscript test.vbs 
fixme:vbscript:VBScript_SetScriptState unimplemented SCRIPTSTATE_INITIALIZED
fixme:vbscript:parse_script parser failed around L"a = 1e2\n"
fixme:wscript:run_script ParseScriptText failed: 80004005
$

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list