http://bugs.winehq.org/show_bug.cgi?id=28949
Bug #: 28949 Summary: VBSCript fail to parse in statement Product: Wine Version: 1.3.31 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: vbscript AssignedTo: wine-bugs@winehq.org ReportedBy: leslie_alistair@hotmail.com Classification: Unclassified
The following code fails to parse correctly.
dim currentModel as EA.Package for each currentModel in Repository.Models
.... fixme:vbscript:parse_script parser failed on parsing L" in Repository.Models\n\t\t\n\t\tVBTrace( currentModel.Name )\n\t\t\n\t\t' Iterate through all packages in the model\n\t\tdim currentPackage 's EA.Package\n\t\tfor each currentPackage in currentModel.Packages\n\t\t\t\n\t\t\tVBTrace ( " " & currentPackage.Name )\n\t\t\t\n\t\t\t' Iterate through a"