initial commit; version 22.5.12042
This commit is contained in:
3
tests/templates/escaped/Escaped.php
Normal file
3
tests/templates/escaped/Escaped.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo json_encode(array('title' => '"Bear" > "Shark"'));
|
1
tests/templates/escaped/escaped.json
Normal file
1
tests/templates/escaped/escaped.json
Normal file
@ -0,0 +1 @@
|
||||
{"title":"\"Bear\" > \"Shark\""}
|
1
tests/templates/escaped/escaped.mustache
Normal file
1
tests/templates/escaped/escaped.mustache
Normal file
@ -0,0 +1 @@
|
||||
<h1>{{title}}</h1>
|
1
tests/templates/escaped/escaped.txt
Normal file
1
tests/templates/escaped/escaped.txt
Normal file
@ -0,0 +1 @@
|
||||
<h1>"Bear" > "Shark"</h1>
|
Reference in New Issue
Block a user