diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-06-06 08:10:57 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-06-06 20:18:49 +0200 |
commit | d63dd090693f6065b7a79d634bf88e45da089b53 (patch) | |
tree | 2f20476600bbd613cdb8ef1ea3a60c4cc3f2a5da /test | |
parent | 966898e10d7ecc61d2e0f956197944626e059ec2 (diff) |
Updated spec.
Diffstat (limited to 'test')
-rw-r--r-- | test/spec.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/spec.txt b/test/spec.txt index 13db0ab..ba2c5aa 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -3858,6 +3858,26 @@ item: </ul> . +. +1. a + + 2. b + + 3. c +. +<ol> +<li> +<p>a</p> +</li> +<li> +<p>b</p> +</li> +<li> +<p>c</p> +</li> +</ol> +. + This is a loose list, because there is a blank line between two of the list items: |