Crash when using a local variable directly initialized with a string containing commas

For some reason the presence of comma inside the quoted string is confusing the parser. This only occurs with a combination of the “local” declaration and inline assignment of the variable to a string. Thanks for reporting the bug!