aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/writer.asciidoc')
-rw-r--r--tests/writer.asciidoc45
1 files changed, 22 insertions, 23 deletions
diff --git a/tests/writer.asciidoc b/tests/writer.asciidoc
index aebc529f0..8d0973675 100644
--- a/tests/writer.asciidoc
+++ b/tests/writer.asciidoc
@@ -1,8 +1,7 @@
Pandoc Test Suite
=================
-:author: John MacFarlane
-:author: Anonymous
-:date: July 17, 2006
+John MacFarlane; Anonymous
+July 17, 2006
This is a set of tests for pandoc. Most of them are adapted from John Gruber’s
markdown test suite.
@@ -81,11 +80,11 @@ ______________________
--
Code in a block quote:
---------------------
+....
sub status {
print "working";
}
---------------------
+....
A list:
@@ -117,7 +116,7 @@ Code Blocks
Code:
---------------------------------------
+....
---- (should be four hyphens)
sub status {
@@ -125,15 +124,15 @@ sub status {
}
this code block is indented by one tab
---------------------------------------
+....
And:
---------------------------------------------
+....
this code block is indented by two tabs
These should not be escaped: \$ \\ \> \[ \{
---------------------------------------------
+....
'''''
@@ -326,9 +325,9 @@ _apple_::
_orange_::
orange fruit
+
----------------------
+....
{ orange code block }
----------------------
+....
+
__________________
orange block quote
@@ -394,17 +393,17 @@ foo
This should be a code block, though:
--------
+....
<div>
foo
</div>
--------
+....
As should this:
---------------
+....
<div>foo</div>
---------------
+....
Now, nested:
@@ -416,17 +415,17 @@ Multiline:
Code block:
-----------------
+....
<!-- Comment -->
-----------------
+....
Just plain comment, with trailing spaces on the line:
Code:
-------
+....
<hr />
-------
+....
Hr’s:
@@ -617,9 +616,9 @@ Indented link:/url[thrice].
This should [not][] be a link.
------------
+....
[not]: /url
------------
+....
Foo link:/url/[bar].
@@ -655,9 +654,9 @@ ________________________________
Auto-links should not occur here: `<http://example.com/>`
-------------------------------
+....
or here: <http://example.com/>
-------------------------------
+....
'''''