[Git][wine/wine][master] vbscript: Parse a bare '&' followed by octal digits as an octal literal.
Alexandre Julliard pushed to branch master at wine / wine Commits: 4a38d735 by Francis De Brabandere at 2026-06-22T20:50:36+02:00 vbscript: Parse a bare '&' followed by octal digits as an octal literal. Native VBScript treats '&' followed by octal digits as octal even without an explicit 'o'/'O' prefix, so &10000000 is octal (2097152). Wine only accepted the &O form and raised a syntax error otherwise. A decimal digit (8 or 9) terminating the octal run is an invalid octal digit and raises a syntax error (1002), matching native (&19, &18). - - - - - 2 changed files: - dlls/vbscript/lex.c - dlls/vbscript/tests/lang.vbs View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4a38d7357a557ef3939eb67b314a60f... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4a38d7357a557ef3939eb67b314a60f... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)