Skip Menu |

This queue is for tickets about the Template-Toolkit CPAN distribution.

Report information
The Basics
Id: 117863
Status: resolved
Priority: 0/
Queue: Template-Toolkit

People
Owner: Nobody in particular
Requestors: PETDANCE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.24
Fixed in: (no value)



Subject: Parser can't handle list constructor around string concatenation
This line of code: xxx = [ 'foo' _ 'bar' ]; Gives this error: unexpected token (_)\n [% xxx = [ 'foo' _ 'bar' ]; %], But this workaround works just fine. x = 'foo' _ 'bar'; xxx = [ x ];
Ticket migrated to github as https://github.com/abw/Template2/issues/135