Move examples into the test fixtures.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class UTF8Unescaped {
|
||||
public $test = '中文又来啦';
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<h1>中文 {{{test}}}</h1>
|
||||
@@ -0,0 +1 @@
|
||||
<h1>中文 中文又来啦</h1>
|
||||
Reference in New Issue
Block a user