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