[Bug 49820] New: VBScript fails to parse decimal literals between -1 and 1 without 0 in front

WineHQ Bugzilla wine-bugs at winehq.org
Sat Sep 12 00:02:17 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49820

            Bug ID: 49820
           Summary: VBScript fails to parse decimal literals between -1
                    and 1 without 0 in front
           Product: Wine
           Version: 5.17
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: vbscript
          Assignee: wine-bugs at winehq.org
          Reporter: dimaki at rocketmail.com
      Distribution: ---

In a VBScript script file decimals such as .2 and -.1 wrongly result in a
parsing error. No parsing error occurs if a zero is placed in front such as 0.2
and -0.1


Sample script that fails parsing:

Dim x
x = .2
WScript.Echo(x)

-- 
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