Module: wine Branch: stable Commit: 717cfe7f63d7f57a691fd274f9ae4890d9702b7b URL: https://source.winehq.org/git/wine.git/?a=commit;h=717cfe7f63d7f57a691fd274f...
Author: Brendan McGrath brendan@redmandi.com Date: Thu Feb 28 13:27:17 2019 +1100
vbscript: Allow most keywords to be used as 'dot' identifiers.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46318 Signed-off-by: Brendan McGrath brendan@redmandi.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 78078b65b27177fecbd2f45bb5c14b3a21aa1c88) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/vbscript/parser.y | 86 +++++++++++++++++++++++++++++------- dlls/vbscript/tests/lang.vbs | 55 +++++++++++++++++++++++ dlls/vbscript/tests/run.c | 101 ++++++++++++++++++++++++++++++++++++++----- 3 files changed, 215 insertions(+), 27 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=717cfe7f63d7f57a691fd...