From a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Mon, 14 Jul 2008 16:17:33 +0500 Subject: A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted test suite for ElementTree output. --- tests/markdown-test/backlash-escapes.html | 67 +++++++++++-------------------- 1 file changed, 24 insertions(+), 43 deletions(-) (limited to 'tests/markdown-test/backlash-escapes.html') diff --git a/tests/markdown-test/backlash-escapes.html b/tests/markdown-test/backlash-escapes.html index 77ecde7..f99082a 100644 --- a/tests/markdown-test/backlash-escapes.html +++ b/tests/markdown-test/backlash-escapes.html @@ -1,41 +1,23 @@ - -

These should all get escaped: -

-

Backslash: \ -

-

Backtick: ` -

-

Asterisk: * -

-

Underscore: _ -

-

Left brace: { -

-

Right brace: } -

-

Left bracket: [ -

-

Right bracket: ] -

-

Left paren: ( -

-

Right paren: ) -

-

Greater-than: > -

-

Hash: # -

-

Period: . -

-

Bang: ! -

-

Plus: + -

-

Minus: - -

-

These should not, because they occur within a code block: -

-
Backslash: \\
+

These should all get escaped:

+

Backslash: \

+

Backtick: `

+

Asterisk: *

+

Underscore: _

+

Left brace: {

+

Right brace: }

+

Left bracket: [

+

Right bracket: ]

+

Left paren: (

+

Right paren: )

+

Greater-than: >

+

Hash: #

+

Period: .

+

Bang: !

+

Plus: +

+

Minus: -

+

These should not, because they occur within a code block:

+
+Backslash: \\
 
 Backtick: \`
 
@@ -66,8 +48,9 @@ Bang: \!
 Plus: \+
 
 Minus: \-
-

Nor should these, which occur in code spans: -

+
+
+

Nor should these, which occur in code spans:

Backslash: \\

Backtick: \` @@ -99,6 +82,4 @@ Minus: \-

Plus: \+

Minus: \- -

- - +

\ No newline at end of file -- cgit v1.2.3