Age | Commit message (Collapse) | Author | Files | Lines |
|
This changes the following:
* Assignment has lower precedence than resource expressions
* Local defaults are supported in resource instantiation expressions
* A Resource body may have a new expression AttributesOperation that
must evaluate to a hash.
* Stricter validation of resource titles
* Changes to TreeModelDumper wrt how BlockExpression is rendered (to
improve debugging output). As a consequence many tests needed
adjustments.
* Tests that previously passed have been modified because of stricter
validation.
This also includes maintenance. Removing dead code/fixing stale comments
and documentation.
|
|
This adds tests for render single expression with trim, and for
sequence of expressions after opening parameters.
|
|
|
|
|
|
This adds tests for parsing epp. A typo was corrected when checking
for unbalanced <% %> at the end of the epp input. This caused error
not to be raised.
(Tests should have been included in an earlier commit).
|