芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/sommatv/vendor/twig/twig/test/Twig/Tests/Node/AutoEscapeTest.php
assertEquals($body, $node->getNode('body')); $this->assertTrue($node->getAttribute('value')); } public function getTests() { $body = new Twig_Node(array(new Twig_Node_Text('foo', 1))); $node = new Twig_Node_AutoEscape(true, $body, 1); return array( array($node, "// line 1\necho \"foo\";"), ); } }