1--TEST--
2Twig does not confuse strings with integers in getAttribute()
3--TEMPLATE--
4{{ hash['2e2'] }}
5--DATA--
6return ['hash' => ['2e2' => 'works']]
7--EXPECT--
8works
9