Test Liquid syntax in CoffeeScript files

This commit is contained in:
Chris Frederick
2014-08-26 17:24:27 +09:00
parent 79992fc3c8
commit 55de135467

View File

@@ -1,4 +1,5 @@
---
message: "I knew it!"
---
$ ->
@@ -7,4 +8,4 @@ $ ->
cube = (x) -> square(x) * x
cubes = (math.cube num for num in list)
alert "I knew it!" if elvis?
alert "{{ page.message }}" if elvis?