Skip to content

Commit

Permalink
Breaking change in Literate CoffeeScript: code blocks within lists ne…
Browse files Browse the repository at this point in the history
…ed a blank line separating them from the list item text
  • Loading branch information
GeoffreyBooth committed Apr 6, 2017
1 parent b8eed42 commit 7705438
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions test/literate.litcoffee
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,6 @@ if true
This is [an example][id] reference-style link.
[id]: http://example.com/ "Optional Title Here"

---

executed = no
1986. What a great season.
executed = yes
and test...

test "should recognize indented code blocks in lists", ->
ok executed
---

executed = no
Expand Down
12 changes: 0 additions & 12 deletions test/literate_tabbed.litcoffee
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,6 @@ if true
This is [an example][id] reference-style link.
[id]: http://example.com/ "Optional Title Here"

---

executed = no
1986. What a great season.
executed = yes
and test...

test "should recognize indented code blocks in lists", ->
ok executed
---

executed = no
Expand Down

0 comments on commit 7705438

Please sign in to comment.