1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Test case for literal mode: Code blocks must be preceded by blank line.

This commit is contained in:
Marc Häfner 2013-03-15 03:23:09 +01:00
parent 52ca531b7c
commit 44c2b4aa7f

View file

@ -18,6 +18,15 @@ now with a...
ok yes
Code must be separated from text by a blank line.
test "code blocks must be preceded by a blank line", ->
The next line is part of the text and will not be executed.
fail()
ok yes
Code in `backticks is not parsed` and...
test "comments in indented blocks work", ->