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:
parent
52ca531b7c
commit
44c2b4aa7f
1 changed files with 9 additions and 0 deletions
|
@ -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", ->
|
||||
|
|
Loading…
Reference in a new issue