initial commit; version 22.5.12042
This commit is contained in:
3
tests/templates/utf8_unescaped/UTF8Unescaped.php
Normal file
3
tests/templates/utf8_unescaped/UTF8Unescaped.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo json_encode(array('test' => '中文又来啦'));
|
||||
1
tests/templates/utf8_unescaped/utf8_unescaped.json
Normal file
1
tests/templates/utf8_unescaped/utf8_unescaped.json
Normal file
@ -0,0 +1 @@
|
||||
{"test":"\u4e2d\u6587\u53c8\u6765\u5566"}
|
||||
1
tests/templates/utf8_unescaped/utf8_unescaped.mustache
Normal file
1
tests/templates/utf8_unescaped/utf8_unescaped.mustache
Normal file
@ -0,0 +1 @@
|
||||
<h1>中文 {{{test}}}</h1>
|
||||
1
tests/templates/utf8_unescaped/utf8_unescaped.txt
Normal file
1
tests/templates/utf8_unescaped/utf8_unescaped.txt
Normal file
@ -0,0 +1 @@
|
||||
<h1>中文 中文又来啦</h1>
|
||||
Reference in New Issue
Block a user