initial commit; version 22.5.12042
This commit is contained in:
5
tests/templates/comments/Comments.php
Normal file
5
tests/templates/comments/Comments.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$arr = array('title' => 'A Comedy of Errors');
|
||||
|
||||
echo json_encode($arr);
|
1
tests/templates/comments/comments.json
Normal file
1
tests/templates/comments/comments.json
Normal file
@ -0,0 +1 @@
|
||||
{"title":"A Comedy of Errors"}
|
1
tests/templates/comments/comments.mustache
Normal file
1
tests/templates/comments/comments.mustache
Normal file
@ -0,0 +1 @@
|
||||
<h1>{{title}}{{! just something interesting... #or ^not... }}</h1>
|
1
tests/templates/comments/comments.txt
Normal file
1
tests/templates/comments/comments.txt
Normal file
@ -0,0 +1 @@
|
||||
<h1>A Comedy of Errors</h1>
|
Reference in New Issue
Block a user