diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-06-18 18:11:08 -0700 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-06-18 18:11:08 -0700 | 
| commit | 95b6ffcef6428318dd9ca25be6ce6e113ef3c499 (patch) | |
| tree | f8822c70a3173763f2d616755b0a060738032fe8 /tests/writer.haddock | |
| parent | de7b3a3d08264d6aa755436583d53f9a61252fa2 (diff) | |
| download | pandoc-95b6ffcef6428318dd9ca25be6ce6e113ef3c499.tar.gz | |
Updated haddock writer tests.
Diffstat (limited to 'tests/writer.haddock')
| -rw-r--r-- | tests/writer.haddock | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/writer.haddock b/tests/writer.haddock index 7b0811220..129242153 100644 --- a/tests/writer.haddock +++ b/tests/writer.haddock @@ -240,17 +240,17 @@ Same thing but with paragraphs:      with a continuation -    iv. sublist with roman numerals, starting with 4 -    v.  more items -        (A) a subsublist -        (B) a subsublist +    4.  sublist with roman numerals, starting with 4 +    5.  more items +        (1) a subsublist +        (2) a subsublist  Nesting: -A.  Upper Alpha -    I.  Upper Roman. +1.  Upper Alpha +    1.  Upper Roman.          (6) Decimal start with 6 -            c)  Lower alpha with paren +            3)  Lower alpha with paren  Autonumbering:  | 
