mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
Fix intl-extra tests
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
"script_names" function
|
||||
--TEMPLATE--
|
||||
{{ script_names('UNKNOWN')|length }}
|
||||
{{ script_names()|length }}
|
||||
{{ script_names('fr')|length }}
|
||||
{{ script_names() is iterable }}
|
||||
{{ script_names('fr') is iterable }}
|
||||
{{ script_names()['Marc'] }}
|
||||
{{ script_names('fr')['Marc'] }}
|
||||
--DATA--
|
||||
return [];
|
||||
--EXPECT--
|
||||
0
|
||||
208
|
||||
208
|
||||
1
|
||||
1
|
||||
Marchen
|
||||
Marchen
|
||||
|
||||
Reference in New Issue
Block a user