From a71dedad894319b703a7d52853d1a0f9856dab18 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 16 Jun 2016 16:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/template/taglib/cxTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thinkphp/library/think/template/taglib/cxTest.php b/tests/thinkphp/library/think/template/taglib/cxTest.php index 34f296a6..4a94410c 100644 --- a/tests/thinkphp/library/think/template/taglib/cxTest.php +++ b/tests/thinkphp/library/think/template/taglib/cxTest.php @@ -478,7 +478,7 @@ EOF; {load file="base.php" value="\$name.a" /} EOF; $data = << + EOF; $cx->parseTag($content); $this->assertEquals($content, $data);