Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
1) 'WikiText::Parser parsing ordered lists should recognize a multi-item, nested list (two levels)' FAILED expected "<ul>\n<li>foo<ul>\n<li>bar</li>\n</ul>\n</li>\n</ul>\n", got "<ul>\n<li>foo\n<ul>\n<li>bar</li>\n</ul>\n</li>\n</ul>\n" (using ==) ./wiki_text_spec.rb:630: 2) 'WikiText::Parser parsing ordered lists should recognize a multi-item, nested list (three levels)' FAILED expected "<ul>\n<li>foo<ul>\n<li>bar<ul>\n<li>baz</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n", got "<ul>\n<li>foo\n<ul>\n<li>bar\n<ul>\n<li>baz</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n" (using ==) ./wiki_text_spec.rb:635: 3) 'WikiText::Parser parsing ordered lists should recognize lists in which nesting level increases and then is maintained' FAILED expected "<ul>\n<li>foo<ul>\n<li>bar</li>\n<li>baz</li>\n</ul>\n</li>\n</ul>\n", got "<ul>\n<li>foo\n<ul>\n<li>bar</li>\n<li>baz</li>\n</ul>\n</li>\n</ul>\n" (using ==) ./wiki_text_spec.rb:639: 4) 'WikiText::Parser parsing ordered lists should recognize lists in which nesting level increases and then decreases' FAILED expected "<ul>\n<li>foo<ul>\n<li>bar</li>\n</ul>\n</li>\n<li>baz</li>\n</ul>\n", got "<ul>\n<li>foo\n<ul>\n<li>bar</li>\n</ul>\n</li>\n<li>baz</li>\n</ul>\n" (using ==) ./wiki_text_spec.rb:643: 5) 'WikiText::Parser parsing ordered lists should recognized lists which contain nested ordered lists' FAILED expected "<ul>\n<li>foo<ol>\n<li>bar</li>\n</ol>\n</li>\n</ul>\n", got "<ul>\n<li>foo\n<ol>\n<li>bar</li>\n</ol>\n</li>\n</ul>\n" (using ==) ./wiki_text_spec.rb:672:
This paste will be private.
From the Design Piracy series on my blog: