8000 Add additional number examples due to changes in ExpressionLanguage for 6.1 by epixian · Pull Request #16544 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Add additional number examples due to changes in ExpressionLanguage for 6.1 #16544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update syntax.rst
Added other number examples related to 44073
  • Loading branch information
epixian authored Feb 24, 2022
commit e260ab47d5121a4bfb19d8e4c68c59ce48880c93
2 changes: 1 addition & 1 deletion components/expression_language/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Supported Literals
The component supports:

* **strings** - single and double quotes (e.g. ``'hello'``)
* **numbers** - e.g. ``103``
* **numbers** - e.g. ``103``, ``0.787``, ``.1234``, ``188_165.1_178``, ``-.7_189e+10```
* **arrays** - using JSON-like notation (e.g. ``[1, 2]``)
* **hashes** - using JSON-like notation (e.g. ``{ foo: 'bar' }``)
* **booleans** - ``true`` and ``false``
Expand Down
0