From bdbf1b9383a0800b907d8cf8385d89a80ce8389e Mon Sep 17 00:00:00 2001 From: Zachary Pinter Date: Sun, 11 Jan 2009 11:41:30 -0700 Subject: [PATCH] Created a test to expose a bug with markdown and pygments The error seems to stem from how markdown expects certain blocks to begin and end with a newline. --- test/test_tags.rb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 test/test_tags.rb diff --git a/test/test_tags.rb b/test/test_tags.rb new file mode 100644 index 00000000..bdf6b858 --- /dev/null +++ b/test/test_tags.rb @@ -0,0 +1,30 @@ +require File.dirname(__FILE__) + '/helper' + +class TestTags < Test::Unit::TestCase + + def setup + @content = <