mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
--TEST--
|
|
Twig does not confuse strings with integers in getAttribute()
|
|
--TEMPLATE--
|
|
{{ hash['2e2'] }}
|
|
--DATA--
|
|
return ['hash' => ['2e2' => 'works']]
|
|
--EXPECT--
|
|
works
|