mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 05:16:30 +00:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
--TEST--
|
|
Twig does not confuse strings with integers in getAttribute()
|
|
--TEMPLATE--
|
|
{{ mapping['2e2'] }}
|
|
--DATA--
|
|
return ['mapping' => ['2e2' => 'works']]
|
|
--EXPECT--
|
|
works
|