aboutsummaryrefslogtreecommitdiffstats
path: root/MarkdownTest/Tests/Inline HTML (Advanced).html
diff options
context:
space:
mode:
authorYuri Takhteyev <yuri@freewisdom.org>2008-08-26 00:36:50 -0700
committerYuri Takhteyev <yuri@freewisdom.org>2008-08-26 00:36:50 -0700
commitebefa9bb10a0b3aebb134ed8fb06b79f97040999 (patch)
tree89c1fa439ee848c2a0770f11cba3335cd4b4cbbf /MarkdownTest/Tests/Inline HTML (Advanced).html
parent77aed9225bc0fbb90459a2ead7d99de9aaf1796f (diff)
downloadmarkdown-ebefa9bb10a0b3aebb134ed8fb06b79f97040999.tar.gz
markdown-ebefa9bb10a0b3aebb134ed8fb06b79f97040999.tar.bz2
markdown-ebefa9bb10a0b3aebb134ed8fb06b79f97040999.zip
Moving Tests to Tests_2007.
Diffstat (limited to 'MarkdownTest/Tests/Inline HTML (Advanced).html')
-rw-r--r--MarkdownTest/Tests/Inline HTML (Advanced).html30
1 files changed, 0 insertions, 30 deletions
diff --git a/MarkdownTest/Tests/Inline HTML (Advanced).html b/MarkdownTest/Tests/Inline HTML (Advanced).html
deleted file mode 100644
index 884f14c..0000000
--- a/MarkdownTest/Tests/Inline HTML (Advanced).html
+++ /dev/null
@@ -1,30 +0,0 @@
-<p>Simple block on one line:</p>
-
-<div>foo</div>
-
-<p>And nested without indentation:</p>
-
-<div>
-<div>
-<div>
-foo
-</div>
-<div style=">"/>
-</div>
-<div>bar</div>
-</div>
-
-<p>And with attributes:</p>
-
-<div>
- <div id="foo">
- </div>
-</div>
-
-<p>This was broken in 1.0.2b7:</p>
-
-<div class="inlinepage">
-<div class="toggleableend">
-foo
-</div>
-</div>