Start getting middleman-more tests passing. About 50% done

This commit is contained in:
Thomas Reynolds 2011-12-29 19:04:39 -08:00
parent c8a134a386
commit 73913f0ace
97 changed files with 267 additions and 161 deletions

View file

@ -0,0 +1,3 @@
function test() {
hello
}

View file

@ -0,0 +1,3 @@
# Splats:
race = (winner, runners...) ->
print winner, runners