HomePhorge

(PUP-1897) Change epp lexer/grammar to only accept single rendered expr
a916a53c95aaUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-1897) Change epp lexer/grammar to only accept single rendered expr

It was confusing to allow more than a single expression in an epp
render expression - e.g. <%= 1 2 3 %> where only the first
expression was rendered, and the subsequent expressions only
evaluated for side effect.

This change restricts the <%= tag to only accept a single expression.

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPUa916a53c95aa: (PUP-1897) Change epp lexer/grammar to only accept single rendered expr (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Mar 9 2014, 4:36 AM