Skip to content

Commit

Permalink
Tests for issue #161
Browse files Browse the repository at this point in the history
  • Loading branch information
polarkac committed Jun 19, 2014
1 parent 724ed28 commit 8e22454
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/tm-cases/fenced_code_blocks_issue161.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<pre><code>here is some code
</code></pre>

<p>That's using the <em>fenced-code-blocks</em> extra.</p>

<p>Here is an empty one (just to check):</p>

<pre><code>
</code></pre>

<p>Here is one at the end of the file:</p>

<pre><code> is indentation maintained?
</code></pre>
1 change: 1 addition & 0 deletions test/tm-cases/fenced_code_blocks_issue161.opts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"extras": ["fenced-code-blocks"], "safe_mode": "escape"}
1 change: 1 addition & 0 deletions test/tm-cases/fenced_code_blocks_issue161.tags
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extra fenced-code-blocks
16 changes: 16 additions & 0 deletions test/tm-cases/fenced_code_blocks_issue161.text
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
```
here is some code
```

That's using the *fenced-code-blocks* extra.

Here is an empty one (just to check):

```
```

Here is one at the end of the file:

```
is indentation maintained?
```

0 comments on commit 8e22454

Please sign in to comment.