Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some additional tests for unclosed structures.
  • Loading branch information
Jason Garber authored and Jason Garber committed Jul 7, 2008
1 parent e54e293 commit 3e61eb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/code.yml
Expand Up @@ -170,3 +170,11 @@ latex: "\ldots{} \sfrac{1}{2}\n\n"
name: numeric html entities to latex name: numeric html entities to latex
in: "… ½" in: "… ½"
latex: "\ldots{} \sfrac{1}{2}\n\n" latex: "\ldots{} \sfrac{1}{2}\n\n"
---
name: unclosed pre tag
in: '<pre><code>This is a pre that will go unfinished'
html: '<pre><code>This is a pre that will go unfinished'
---
name: unclosed code tag
in: 'This is a some <code>code that will go unfinished'
html: '<p>This is a some <code>code that will go unfinished</p>'

0 comments on commit 3e61eb2

Please sign in to comment.