From 3e61eb2c7a0e9c5b4bd706bbe9c177f91e81900c Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Mon, 7 Jul 2008 14:12:29 -0400 Subject: [PATCH] Some additional tests for unclosed structures. --- test/code.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/code.yml b/test/code.yml index 92f42076..93af9c1d 100644 --- a/test/code.yml +++ b/test/code.yml @@ -170,3 +170,11 @@ latex: "\ldots{} \sfrac{1}{2}\n\n" name: numeric html entities to latex in: "… ½" latex: "\ldots{} \sfrac{1}{2}\n\n" +--- +name: unclosed pre tag +in: '
This is a pre that will go unfinished'
+html: '
This is a pre that will go unfinished'
+---
+name: unclosed code tag
+in: 'This is a some code that will go unfinished'
+html: '

This is a some code that will go unfinished

'