add built version and rockspec

This commit is contained in:
leaf corcoran
2013-10-25 09:09:43 -07:00
parent a8d50167d7
commit eeca625118
4 changed files with 346 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ describe "elua", ->
"hello world"
}
{
"one surf-zone two"
"one <%= var %> two"
@@ -88,7 +87,7 @@ This is my message to <%= [=[oh yeah %>"]=] %>]]
}
for case in *cases
it "should run template", ->
it "should render template", ->
assert.same case[1], render unpack case, 2
it "should error on unclosed tag", ->