added integration test for build procedure

git-svn-id: file:///srv/svn/repo/aya/trunk@17 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
zaitsev.serge
2015-08-29 13:28:15 +00:00
parent 58e0ff0a71
commit ce16814d3d
5 changed files with 84 additions and 0 deletions

0
testdata/empty/.empty vendored Normal file
View File

6
testdata/page/.test/index.html vendored Normal file
View File

@@ -0,0 +1,6 @@
<html>
<body>
<h1>Hello
</h1>
</body>
</html>

5
testdata/page/index.html vendored Normal file
View File

@@ -0,0 +1,5 @@
<html>
<body>
<h1>{{ echo Hello }}</h1>
</body>
</html>