From 58cbc8e31a502841508227bf6f153502bd9c04a3 Mon Sep 17 00:00:00 2001 From: oldrind <1401019000@qq.com> Date: Fri, 29 Jan 2016 22:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8D=87tempplate=E7=B1=BB=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=A6=86=E7=9B=96=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/display.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/thinkphp/library/think/display.html diff --git a/tests/thinkphp/library/think/display.html b/tests/thinkphp/library/think/display.html new file mode 100644 index 00000000..e99d3025 --- /dev/null +++ b/tests/thinkphp/library/think/display.html @@ -0,0 +1 @@ +{$name??'default'} \ No newline at end of file