This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Michael Lee e504ebee24 [ExpressionLanguage] fixed issues when parsing postfix expressions
Exception shall be thrown when parsing the following expressions:

foo."#", foo."bar", foo.**, foo.123

The original parser didn't throw exception for foo."#", foo.** and
foo.123

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a
2015-03-17 07:52:13 +01:00
..
Bridge [2.6] add @group legacy 2015-03-13 18:37:22 +01:00
Bundle bug #13790 [acl][command][SecurityBundle] Fixed user input option mode to be an Array (benjaminlong) 2015-03-14 06:08:39 +01:00
Component [ExpressionLanguage] fixed issues when parsing postfix expressions 2015-03-17 07:52:13 +01:00