芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/sommatv/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/name.test
--TEST-- "name" autoescape strategy --TEMPLATE-- {{ br -}} {{ include('index.js.twig') -}} {{ include('index.html.twig') -}} {{ include('index.txt.twig') -}} --TEMPLATE(index.js.twig)-- {{ br -}} --TEMPLATE(index.html.twig)-- {{ br -}} --TEMPLATE(index.txt.twig)-- {{ br -}} --DATA-- return array('br' => '
') --CONFIG-- return array('autoescape' => 'name') --EXPECT-- <br /> \x3Cbr\x20\x2F\x3E <br />