From ef7b35ab7ddc8ba174e27f063208dbe38ed02e27 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 29 Apr 2011 01:35:29 -0400 Subject: Made lazy ordered lists a settable option. The previous behavior (on) is the default. --- tests/options/lazy_ol_off.html | 18 ++++++++++++++++++ tests/options/lazy_ol_off.txt | 17 +++++++++++++++++ tests/options/test.cfg | 2 ++ 3 files changed, 37 insertions(+) create mode 100644 tests/options/lazy_ol_off.html create mode 100644 tests/options/lazy_ol_off.txt create mode 100644 tests/options/test.cfg (limited to 'tests/options') diff --git a/tests/options/lazy_ol_off.html b/tests/options/lazy_ol_off.html new file mode 100644 index 0000000..bff1970 --- /dev/null +++ b/tests/options/lazy_ol_off.html @@ -0,0 +1,18 @@ +

A numbered list from daringfireball:

+
    +
  1. Bird
  2. +
  3. McHale
  4. +
  5. Parish
  6. +
+

Again:

+
    +
  1. Bird
  2. +
  3. McHale
  4. +
  5. Parish
  6. +
+

Now starting with 1:

+
    +
  1. Bird
  2. +
  3. McHale
  4. +
  5. Parish
  6. +
\ No newline at end of file diff --git a/tests/options/lazy_ol_off.txt b/tests/options/lazy_ol_off.txt new file mode 100644 index 0000000..611f3a6 --- /dev/null +++ b/tests/options/lazy_ol_off.txt @@ -0,0 +1,17 @@ +A numbered list from daringfireball: + +3. Bird +1. McHale +8. Parish + +Again: + +3. Bird +1. McHale +8. Parish + +Now starting with 1: + +1. Bird +1. McHale +8. Parish diff --git a/tests/options/test.cfg b/tests/options/test.cfg new file mode 100644 index 0000000..d0d3368 --- /dev/null +++ b/tests/options/test.cfg @@ -0,0 +1,2 @@ +[lazy_ol_off] +lazy_ol = False -- cgit v1.2.3