mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
10 lines
258 B
Plaintext
Executable File
10 lines
258 B
Plaintext
Executable File
--TEST--
|
|
"singular" filter
|
|
--TEMPLATE--
|
|
{{ 'partitions'|singular('it') }}
|
|
|
|
--DATA--
|
|
return []
|
|
|
|
--EXCEPTION--
|
|
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Locale "it" is not supported.") in "index.twig" at line 2. |