http://bugs.winehq.org/show_bug.cgi?id=10158
Summary: Fix proper way to use quotes Product: WineHQ Apps Database Version: unspecified Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: website-bugs AssignedTo: wine-bugs@winehq.org ReportedBy: daoo90@gmail.com
I'm new to this therefor I start with something small to get familiar with the code. Anyway to the bugreport: Double and single quotes are not used properly anywhere in the code which causes parsing slowdowns. Parser does variable interpolation in double-quoted strings. Double-quoted strings should only be used when the string contain a variable that should be parsed. Otherwise use single-quote. I will be tracking those quotes in this bug and attach cvs diffs.